what's my tax amount this year ?
given an annual salary x and a tax rate i calculate the amount that you have to pay.Example
x = 70000;
i=.10
y_correc...
Find the minimal value in N*N Matrix
Suppose that we have N by N matrix, we try to find the minimal value in that matrix.
examples:
Input A=[1 2 3 5 6;52 58 56 45...
find the 'M'
for an input x, return 1 at the location of the letter 'M'
1년 초과 전
문제를 풀었습니다
Where is the number that you want to find?
For a given matrix A, find where the input number x appears.
Do this task by returning the vector which contains the row and th...
1년 초과 전
문제를 풀었습니다
determine if
determine if the elements of a matrix is a nan and return true