Risolto


Sum of series II
What is the sum of the following sequence: Σ(2k-1)^2 for k=1...n for different n?

circa 5 anni fa

Risolto


Sum of series I
What is the sum of the following sequence: Σ(2k-1) for k=1...n for different n?

circa 5 anni fa

Risolto


Sum of series V
What is the sum of the following sequence: Σk(k+1) for k=1...n for different n?

circa 5 anni fa

Risolto


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

circa 5 anni fa

Risolto


Switch matrix to a column vector
for e.g. x = [1 2 3 4] y = 1 3 2 4

circa 5 anni fa

Risolto


Find the minimum element of the matrix
Example: If x = [3 9; 5 2] then y = 2

circa 5 anni fa

Risolto


Min of a Matrix
Return the minimum value in the given matrix.

circa 5 anni fa

Risolto


Size

circa 5 anni fa

Risolto


Square the input
Given a scalar or vector x, return the square of each element. Example x = [7 2] answer = [49 4]

circa 5 anni fa

Risolto


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

circa 5 anni fa

Risolto


Find the dimensions of a matrix
Just find the number of columns of the given matrix. Example x = [1 2 3 4 5 6] y = 2

circa 5 anni fa

Risolto


Find the area of ​​the square
There are *n²* circles inscribed in the square ABCD. The perimeter of each circle is *aπ* <<http://imgfz.com/i/3wzCeAT.png>> ...

circa 5 anni fa

Risolto


Get the area of ​​the square.
Four circles are inscribed in the square ABCD. The perimeter of each circle is *aπ*. <<http://imgfz.com/i/UzgCJut.png>> Gi...

circa 5 anni fa

Risolto


Find the sum of all integers in a given matrix
Finding sum of all integers in a given matrix

circa 5 anni fa

Risolto


10% Discount

circa 5 anni fa

Risolto


Subtract two numbers

circa 5 anni fa

Risolto


Do you like your boss?
Do you like your boss? Answer can be any string! For example: Boss = 'Do you like your boss?'; Output = 'yes' or ...

circa 5 anni fa

Risolto


Multiply by 14

circa 5 anni fa

Risolto


multiply by 7

circa 5 anni fa

Risolto


Round to nearest integer

circa 5 anni fa

Risolto


triangle

circa 5 anni fa

Risolto


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

circa 5 anni fa

Risolto


Sum the numbers on the main diagonal
Sum the numbers on the main diagonal of an n-by-n matrix. For input: A = [1 2 4 3 6 2 2 4 7]...

circa 5 anni fa

Risolto


Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...

circa 5 anni fa

Risolto


Matlab Basics - Absolute Value
Write a script that returns the absolute value of the elements in x e.g. x = [-1 -2 -3 -4] --> y = [1 2 3 4]

circa 5 anni fa

Risolto


Area of a circle
Find the value for area of the circle if diameter is given

circa 5 anni fa

Risolto


fix

circa 5 anni fa

Risolto


rounding

circa 5 anni fa

Risolto


only input
Return the output without writing any code into the function.

circa 5 anni fa

Carica altro