Feeds
已解决
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
2 hours 前
已解决
02 - Vector Variables 1
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_2a.png>>
2 hours 前
已解决
Find collatz series next number
For given x, if x is even, output is (x/2) if x is odd, output is (3x+1)
2 hours 前
已解决
Basic Algebra II
You have the equation X^2 = n you should find the value of X. GOOD LUCK!
2 days 前
问题
Basic Algebra II
You have the equation X^2 = n you should find the value of X. GOOD LUCK!
2 days 前 | 0 | 5 个解题者
已解决
Basic Algebra I
You should solve the problem 3X - 2 = 7 by finding the value of X. You must use this array/vector [2 3 7]. GOOD LUCK!
2 days 前
问题
Basic Algebra I
You should solve the problem 3X - 2 = 7 by finding the value of X. You must use this array/vector [2 3 7]. GOOD LUCK!
2 days 前 | 0 | 4 个解题者
已解决
Get The Square Root Of Number Power (^) Three
Get the Square Root of number Power (^) Three.
2 days 前
问题
Get The Square Root Of Number Power (^) Three
Get the Square Root of number Power (^) Three.
2 days 前 | 0 | 6 个解题者
已解决
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
2 days 前
已解决
Triangle Area Using Heron's Formula
Given the three side lengths a, b, and c of a triangle, calculate its area using Heron's formula and round to 4 decimal places. ...
3 days 前
已解决
Find The Area Of Triangle Using Base & Height.
You should find the area of the Triangle using base and height. Good Luck!
3 days 前
问题
Find The Area Of Triangle Using Base & Height.
You should find the area of the Triangle using base and height. Good Luck!
3 days 前 | 0 | 7 个解题者
已解决
Get The Opposite Of The Number Without Negative (-) On It.
You must get the opposite of the number X without making -X. Hint: You can make it by Subtraction and Multiplication.
3 days 前
问题
Get The Opposite Of The Number Without Negative (-) On It.
You must get the opposite of the number X without making -X. Hint: You can make it by Subtraction and Multiplication.
3 days 前 | 0 | 4 个解题者
已解决
Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.
3 days 前






