解決済み


Half the length of the vector

約2年 前

解決済み


Seperate 2nd column in a matrix

約2年 前

解決済み


non-repitition of numbers in a vector

約2年 前

解決済み


easy problem
Find the last element of the array

約2年 前

解決済み


MPS to MPH
Given the speed in miles per second, find the speed in miles per hour.

約2年 前

解決済み


Energy-Mass Equivalence
Given input enegy of the object, E, and constant c = 300,000,000, find the mass of the object.

約2年 前

解決済み


Joules to Megatons of TnT
Given joules, J, make a function that converts to megatons of TNT.

約2年 前

解決済み


row removal
Remove the nth row from input matrix M and return the resulting matrix in output N.

約2年 前

解決済み


Remove multiples of N
in the vector x remove all multiples of N. x = [1 2 3 4 5 6]; N = 2; Then y = [1 3 5];

約2年 前

解決済み


Add the odd numbers
Add only the odd numbers of x example: x = [1 2 3 4 5] the positive numbers are: 1 3 5, so their sum is 9

約2年 前

解決済み


intervals
Write a function that takes an interval from a to b, and divides it into 6 parts.

約2年 前

解決済み


Nth root
Nth root of a number x

約2年 前

解決済み


Find the volume of cone
Find the volume of cone, when given radius(r) and height(h).

約2年 前

解決済み


Find sum of negative elements in row.
Find sum of negative elements in row. Example x=[1 -5 3 4 -6 6 7 8 9 10] result = -11

約2年 前

解決済み


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

約2年 前

解決済み


kmph to mph converter
Convert the speed in miles/hour to km/hour.

約2年 前

解決済み


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

約2年 前

解決済み


find the roots of a quadratic equation
for e.g x = [ 2 -1 -3] y = [1.5 -1]

約2年 前

解決済み


Calculate the derivative of a polynomial
Example: in = [ 1 1 1 ] out = [ 2 1 ]

約2年 前

解決済み


Display positive elements of matrix.
Display positive elements of matrix.

約2年 前

解決済み


Select primes from the matrix.
Select primes from the matrix.

約2年 前

解決済み


Divide by 4
Given the variable x as your input, divide it by 4 and put the result in y.

約2年 前

解決済み


Area of Ellipse

約2年 前

解決済み


imaginary

約2年 前

解決済み


Real

約2年 前

解決済み


Size

約2年 前

解決済み


Matrix operation

約2年 前

解決済み


NaN

約2年 前

解決済み


size

約2年 前

解決済み


Sudoku

約2年 前

さらに読み込む