Average of square wave
given positive and negative peak , calculate dc level, 50% duty cycle
28日 前
解決済み
Golden ratio
Calculate the golden ratio. Hint: phi^2 = phi + 1.
28日 前
解決済み
prime test 2
enter the only non prime,non composite number
28日 前
解決済み
Rule of mixtures (composites) - lower bound
The <http://en.wikipedia.org/wiki/Rule_of_mixtures rule of mixtures> is used in the mechanical design of composite structures to...
28日 前
解決済み
Max Change in Consecutive Elements
If an array is given as input then find the index of consecutive elements that represent maximum change.
Example:
Input ...
28日 前
解決済み
UICBioE240 2.10
Given a vector of numbers, give the difference between the maximum and minimum values.
28日 前
解決済み
Radiation Heat Transfer — View Factors (1)
View factors (aka configuration factors) are utilized in some radiation heat transfer models to estimate heat transfer rates bet...
28日 前
解決済み
Average Grade
Given a 1x5 vector presents the grades of a student on five tests. Calculate the average grade of that student.
28日 前
解決済み
UICBioE240 2.2
Make a 3x4 matrix that contains all ones.
28日 前
解決済み
Are you in XY plane?
Take a point P as an input position Vector (x,y,z). If you are in XY plane, return 1 as an output otherwise return 0.
Example...
28日 前
解決済み
Solve Linear equations
Solve Linear equations
Example: x+y=2 and x+2y=3, then x and y equal to 1.