Community Profile

photo

Bradley


Last seen: 5ヶ月 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

  • Community Group Solver
  • CUP Challenge Master
  • Promoter
  • Introduction to MATLAB Master
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Resistance of a light bulb
The current through two identical light bulbs connected in series is C Amperes. The total voltage across both bulbs is V Volts....

12ヶ月 前

解決済み


An Ohm's Law Calculator
*BACKGROUND / MOTIVATION:* Many important observations in math and science can be described by short, but powerful, equations...

12ヶ月 前

解決済み


Linear Motion 1
An object travels N feet in the first second of travel, N feet again during the second second of travel and N feet again during ...

12ヶ月 前

解決済み


Calculate the height of an object dropped from the sky
Assume that an object is dropped from 1000 meters above the surface of the earth at time t=0. The object is dropped such that t...

12ヶ月 前

解決済み


Can the given sides form a triangle?
Can the three given sides form a triangle?

12ヶ月 前

解決済み


MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9

12ヶ月 前

解決済み


MATLAB Basic: rounding III
Do rounding towards minus infinity. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 8

12ヶ月 前

解決済み


MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9

12ヶ月 前

解決済み


Rounding off numbers to n decimals
Inspired by a mistake in one of the problems I created, I created this problem where you have to round off a floating point numb...

12ヶ月 前

解決済み


to the 2 all elements
to the 2 all elements

12ヶ月 前

解決済み


Double all elements in the array
Duplicate all elements in the array

12ヶ月 前

解決済み


the average value of the elements
Calculate the average value of the elements in the array

12ヶ月 前

解決済み


calculate the length of matrix
input 1 array, calculate the length

12ヶ月 前

解決済み


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

12ヶ月 前

解決済み


Find the max element of the array
Find the max element of the array

12ヶ月 前

解決済み


Converts numbers into characters
Converts numbers into characters

12ヶ月 前

解決済み


Predict Cricket Stridulation Rate from Air Temperature
Stridulation is the process that creates a cricket's “chirp” by rubbing their wings or legs. According to the Old Farmer's Alma...

12ヶ月 前

解決済み


Find Air Temperature from Cricket Stridulation Rate
Stridulation is the process that creates a cricket's “chirp” by rubbing their wings or legs. According to the Old Farmer's Alma...

12ヶ月 前

解決済み


Total energy

12ヶ月 前

解決済み


Potential energy calculation

12ヶ月 前

解決済み


Kinetic energy calculation

12ヶ月 前

解決済み


Laws of motion 1

12ヶ月 前

解決済み


Laws of motion 2

12ヶ月 前

解決済み


Laws of motion 3

12ヶ月 前

解決済み


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

12ヶ月 前

解決済み


Laws of motion 5

12ヶ月 前

解決済み


Laws of motion 6

12ヶ月 前

解決済み


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

12ヶ月 前

解決済み


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

12ヶ月 前

解決済み


Create a vector
Create a vector from 0 to n by intervals of 2.

12ヶ月 前

さらに読み込む