解決済み


Basic commands - Least common multiple
Make a function which will return least common multiple of "a" and "b" Example: a=8; b=6; y=24;

約5年 前

解決済み


cross in array
Make a cross from "1" in odd size array. Other value from array should be equal to "0"; As input you get length of side of arra...

約5年 前

解決済み


Will there be a new leader?
Simply answer the title.

約5年 前

解決済み


Matlab Basics - y as a function of x
Write a function to calculate y as a function of x, such that y = 6x^2 + 5x - 2

約5年 前

解決済み


Eye Squared
For a positive integer |n| create the identity matrix with |n| elements. In case it is not possible to produce an identity ma...

約5年 前

解決済み


Basic commands - rounding
make a function which will round to integer, which is nearer to zero. Example x=[-2.5 2]; y=[-2 2];

約5年 前

解決済み


Matrix Ax=B problem
Take a incoming A and B vector, and solve for x

約5年 前

解決済み


Remove the first, third and fifth rows of a matrix
Given a matrix x with at least five rows, return a matrix y that includes all rows of x except for th 1st, the 3rd and 5th. E...

約5年 前

解決済み


Sum two matrices
Take two incoming matrices, and sum them

約5年 前

解決済み


Replace Negative(-) by 0 and positive by 1
In a given Matrix Replace all element having *Negative sign with 0* and *Positive elements with 1* .

約5年 前

解決済み


sum all digits
input = 123456789, output = 1+2+3+4+5+6+7+8+9 = 45

約5年 前

解決済み


Find the last digit
FInd the last digit of a given number. Given number is the input and output should be the last digit of that number.

約5年 前

解決済み


Golden ratio
Calculate the golden ratio. Hint: phi^2 = phi + 1.

約5年 前

解決済み


Simple Vector Addition
Take two incoming vectors and output the sum of the two vectors

約5年 前

解決済み


Check if inputted variable is a string or a number
Check if a inputted variable is a number or a string, given a string input (i.e. '1' is 1 and thus a number, 'a' is a string).

約5年 前

解決済み


Matrix Generation from Vector Multiplication
Output the matrix generated from multiplying two vectors together

約5年 前

解決済み


Resizing Matrices
Take an 4x3 matrix, and resize it to a 2x6 matrix

約5年 前

解決済み


Find the index of the lowest number in a matrix
Take a matrix, and find the [row cal] index of the lowest number

約5年 前

解決済み


Matrix multiplication
Multiply two incoming matrices via matrix multiplication

約5年 前

解決済み


Which quadrant?
Given a complex number, output quadrant 'I' 'II' 'III' or 'IV' | II | I | ...

約5年 前

解決済み


Degrees to Radian
Convert degrees to radians

約5年 前

解決済み


Kelvin to Celsius
Degrees Celsius = degrees Kelvin - 273.15. Given a temperature in Kelvin, return the equivalent temperature in Celsius.

約5年 前

解決済み


Complex transpose
Calculate the transpose of a matrix having complex numbers as its elements without changing the signs of the imaginary part. ...

約5年 前

解決済み


Pointwise multiplication of vectors.
Pointwise multiplication of vectors x and y. Example x= [1 3 5 7 9 11 13 15 17 19] y=[ 1 4...

約5年 前

問題


Calculate convex quadrilateral Area: sides and an angle given

約5年 前 | 1 | 11 個のソルバー

問題


Calculate quadrilateral Area: sides and diagonals given

約5年 前 | 1 | 20 個のソルバー

解決済み


Converting binary to decimals
Convert binary to decimals. Example: 010111 = 23. 110000 = 48.

約5年 前

解決済み


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

約5年 前

問題


Calculate Triangle Area: A, B and Beta is given

約5年 前 | 1 | 24 個のソルバー

さらに読み込む