已解决


The Answer to Life, the Universe, and Everything
A variation of a previous Hitchhiker's Guide to the Galaxy problem. *Inputs:* Life, the Universe, and Everything *Output:*...

3 years 前

已解决


Converter temp 0 to 200 degree C to 4 to 20mA
Converter temp 0 to 200 degree C to 4 to 20mA (It is used in transmitter)

3 years 前

已解决


Number of vertices of a hypercube
Return the number of vertices of a n-dimensional hypercube.

3 years 前

已解决


Make an identity matrix whose diagonal elements are 1:n
For a given input n, make an n by n identity matrix that contains the elements 1:n along its diagonal. For example, if input=5: ...

3 years 前

已解决


Give prime Numbers upto n
You are given a input number x; print all the prime numbers less than equal to x.

3 years 前

已解决


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

3 years 前

已解决


Sort in descending order.

3 years 前

已解决


Feeling lucky?
Guess which number Cody is thinking (1 to 10)? (This is a game of luck more than skill. Good luck!)

3 years 前

已解决


Can the given sides form a triangle?
Can the three given sides form a triangle?

3 years 前

已解决


Summation of integers

3 years 前

已解决


Calculate the area of a circle
Given a circle of diameter x calculate its area

3 years 前

已解决


Create sine function out of cosine
Please don't use sin(x) directly

3 years 前

已解决


Find out of matrix transpose Complex conjugate
Find out of matrix transpose Complex conjugate A=[2 3+i;1 4+i] Then answer must be [2.0000 1.0000; ...

3 years 前

已解决


Who knows the last digit of pi?
There is only one man who knows the last digit of pi, who is that man? Give the name of that man, who, by popular believe, can ...

3 years 前

已解决


capable husband?
* The prospective husband must pass a background check, * and *functions* faithfully, as suggested by <http://www.mathworks.com...

3 years 前

已解决


Swap two numbers
Example Input: a = 10 b = 20 Output a = 20 b = 10

3 years 前

已解决


Divide pi
Divide pi by x!

3 years 前

已解决


divide by 5

3 years 前

已解决


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

3 years 前

已解决


Leap Year
According to Gregorian Calender(which is in use now, in many countries),decide whether a given year is a leap year or not. Give...

3 years 前

已解决


sign function

3 years 前

已解决


Corresponding ASCII code.
Given the number, the output will show the corresponding ASCII code.

3 years 前

已解决


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.

3 years 前

已解决


UICBioE240 problem 1.7
Find the other two angles of a right triangle given the two of the sides. So if A = [1 1] B = [45 45]

3 years 前

已解决


Initialize a Natural Number matrix.
Given length of matrix initialize a matrix consisting of natural numbers from 1 to n: n = 10; x = [ 1 2 3 4 5 6 7 8 9 10]; ...

3 years 前

已解决


Real

3 years 前

已解决


Rotate a Matrix
Input a Matrix x, Output y is the matrix rotating x 90 degrees clockwise

3 years 前

已解决


Evaluating a polynomial
Given the following polynomial and the value for x, determine y. y = 3x^5 – x^3 + 8x – 3 Example x = 1 y = 3 - 1 +...

3 years 前

已解决


Ounces to Kilograms
convert ounces to kilograms, easy

3 years 前

已解决


World Cup 2018 Prediction!
Which team will be the winner?

3 years 前

加载更多