解決済み


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

約5年 前

解決済み


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

約5年 前

解決済み


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

約5年 前

解決済み


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

約5年 前

解決済み


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

約5年 前

解決済み


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

約5年 前

解決済み


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

約5年 前

解決済み


Size

約5年 前

解決済み


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

約5年 前

解決済み


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

約5年 前

解決済み


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

約5年 前

解決済み


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>> ...

約5年 前

解決済み


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...

約5年 前

解決済み


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

約5年 前

解決済み


10% Discount

約5年 前

解決済み


Subtract two numbers

約5年 前

解決済み


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 ...

約5年 前

解決済み


Multiply by 14

約5年 前

解決済み


multiply by 7

約5年 前

解決済み


Round to nearest integer

約5年 前

解決済み


triangle

約5年 前

解決済み


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

約5年 前

解決済み


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]...

約5年 前

解決済み


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...

約5年 前

解決済み


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]

約5年 前

解決済み


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

約5年 前

解決済み


fix

約5年 前

解決済み


rounding

約5年 前

解決済み


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

約5年 前

さらに読み込む