Community Profile

photo

Hananeh


university of illinois at chicago

Last seen: environ 2 ans il y a Actif depuis 2014

Followers: 0   Following: 0

Contact

Statistiques

  • Quiz Master
  • Speed Demon
  • Creator
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

environ 9 ans il y a

A résolu


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

plus de 9 ans il y a

A résolu


Rounding
Round 10.67 and make 'y' equal to that number.

plus de 9 ans il y a

A résolu


Remainder
Make 'y' equal to the remainder of 27 divided by 5. When x=27 and t=5

plus de 9 ans il y a

A résolu


Evaluating a polynomial
Given the following polynomial and the value for x, determine y. y = 3x^5 – x^3 + 8x – 3 Example x = 1 y = 3 - 1 +...

plus de 9 ans il y a

Problème


Evaluating a polynomial
Given the following polynomial and the value for x, determine y. y = 3x^5 – x^3 + 8x – 3 Example x = 1 y = 3 - 1 +...

plus de 9 ans il y a | 3 | 356 solveurs

A résolu


length of a vector
Find twice the length of a given vector.

plus de 9 ans il y a

Problème


length of a vector
Find twice the length of a given vector.

plus de 9 ans il y a | 2 | 706 solveurs

Problème


size of a vector
Find twice the size of a given vector.

plus de 9 ans il y a | 0 | 1 solveur

Problème


size of a vector
Find twice the size of a given vector.

plus de 9 ans il y a | 0 | 1 solveur

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

plus de 9 ans il y a

A résolu


Max of a Vector
Write a function to return the max of a vector

presque 10 ans il y a