A résolu


Create vector as shown in test cases
Create vector as shown in test cases

environ 5 ans il y a

A résolu


Replace odd number in given matrix by zero
Replace the odd numbers in a given matrix with zero. Example A = [ 17 24 1 8 15 23 5 7 ...

environ 5 ans il y a

A résolu


Find 10's complement
Find 10's complement of a given number. An example is <http://electrical4u.com/9s-complement-and-10s-complement/ shown here>.

environ 5 ans il y a

A résolu


Gamma Function
Evaluate the <http://en.wikipedia.org/wiki/Gamma_function/ Gamma Function>. Gamma_val(0) = Inf Gamma_val(1.2) = 0.9182

environ 5 ans il y a

A résolu


Convert given decimal number to binary number.
Convert given decimal number to binary number. Example x=10, then answer must be 1010.

environ 5 ans il y a

A résolu


Sales Tax

environ 5 ans il y a

Problème


Sales Tax

environ 5 ans il y a | 1 | 40 solveurs

A résolu


Make one big string out of two smaller strings
If you have two small strings, like 'a' and 'b', return them put together like 'ab'. 'a' and 'b' => 'ab' For extra ...

environ 5 ans il y a

A résolu


factorial of a number x
Factorial of a number x

environ 5 ans il y a

A résolu


Help the Patriots get to the Super Bowl
Given a football by the Patriots, return it to them with 2 psi less air in it. (The original psi is passed as a number to the...

environ 5 ans il y a

A résolu


Calculate volume of box
Calculate the volume of box,hiven its sides

environ 5 ans il y a

A résolu


Back to basics 4 - Search Path
Covering some basic topics I haven't seen elsewhere on Cody. Return a string that is the user's portion of the current search...

environ 5 ans il y a

A résolu


Generate a random matrix A of (1,-1)
Input n: is an positive integer which serves as the dimension of the matrix A; Output: A=(Aij),where each entry Aij is either...

environ 5 ans il y a

A résolu


Return the first and last character of a string
Return the first and last character of a string, concatenated together. If there is only one character in the string, the functi...

environ 5 ans il y a

A résolu


Consecutive Prime Numbers

environ 5 ans il y a

Problème


Consecutive Prime Numbers

environ 5 ans il y a | 1 | 25 solveurs

A résolu


Concatenated Consecutive Prime

environ 5 ans il y a

Problème


Concatenated Consecutive Prime

environ 5 ans il y a | 2 | 17 solveurs

A résolu


Calculate a Damped Sinusoid
The equation of a damped sinusoid can be written as |y = A.&#8519;^(-&lambda;t)*cos(2πft)| where |A|, |&lambda;|, and |f| ...

environ 5 ans il y a

A résolu


Square wave average calculation
Given its peak and duty cycle, calculate avg value of square wave

environ 5 ans il y a

A résolu


Average of square wave
given positive and negative peak , calculate dc level, 50% duty cycle

environ 5 ans il y a

A résolu


Calculate distance travelled when given radius and rotations
When given radius of wheel and number of rotations calculate total distance travelled consider pi=3.14

environ 5 ans il y a

A résolu


ASCii Code
Using matlab, give the symbol that is associated with ASCii code 122

environ 5 ans il y a

A résolu


Complex number
For complex number c=a+bi, write code that will add a and b together.

environ 5 ans il y a

A résolu


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

environ 5 ans il y a

A résolu


Simple Circuit of Resistors

environ 5 ans il y a

Problème


Simple Circuit of Resistors

environ 5 ans il y a | 1 | 25 solveurs

A résolu


Decay Constant

environ 5 ans il y a

Problème


Decay Constant

environ 5 ans il y a | 1 | 17 solveurs

A résolu


Taxicab distance

environ 5 ans il y a

Charger plus