Risolto


Area of a circle
Find the value for area of the circle if diameter is given

oltre 5 anni fa

Risolto


0<=x<=pi?
Check whether the given angle is between zero and pi. Return logical true or false.

oltre 5 anni fa

Risolto


Convert from Base 10 to base 5
Convert the input number from base 10 into base 5: for example: if a(in base 10)= 5 then a(in base 5)= 10

oltre 5 anni fa

Risolto


middleAsColumn: Return all but first and last element as a column vector
Given input A, return all but the first and last elements, arranged as a column vector. (I.e., all dimensions after the first s...

oltre 5 anni fa

Risolto


Element by element multiplication of two vectors
Given two input vectors, return the element-by-element product. Example A = [1 2 3] B = [7 3 1] The answer should be...

oltre 5 anni fa

Risolto


Determine the length of a string of characters
Determine the length of a string of characters

oltre 5 anni fa

Risolto


Create a two dimensional zero matrix
You have to create a zero matrix of size (mxn) whose inputs are m and n and the elements of your matrix should be zeros. Exam...

oltre 5 anni fa

Risolto


Smith numbers
Return true if the input is a Smith number in base ten. Otherwise, return false. Read about Smith numbers at <http://en.wikipedi...

oltre 5 anni fa

Risolto


What percentage?
Calculate the output c as the percentage of a on b for given a and b.

oltre 5 anni fa

Risolto


Roots
Find out the roots of a given polynomial equation.Given are the coefficients of the equation.

oltre 5 anni fa

Risolto


Find Logic 18

oltre 5 anni fa

Risolto


Find Logic 17

oltre 5 anni fa

Risolto


Find Logic 16

oltre 5 anni fa

Risolto


Find Logic 14

oltre 5 anni fa

Risolto


Find Logic 12

oltre 5 anni fa

Risolto


Find Logic 15

oltre 5 anni fa

Risolto


Find Logic 13

oltre 5 anni fa

Risolto


Find Logic 11

oltre 5 anni fa

Risolto


Find Logic 9

oltre 5 anni fa

Risolto


Find Logic 8

oltre 5 anni fa

Risolto


Find Logic 4

oltre 5 anni fa

Risolto


Find Logic 3

oltre 5 anni fa

Risolto


Find Logic 7

oltre 5 anni fa

Risolto


Find Logic 1

oltre 5 anni fa

Risolto


Find Logic 6

oltre 5 anni fa

Risolto


Find Logic 10

oltre 5 anni fa

Risolto


Find Logic 19

oltre 5 anni fa

Risolto


Mid-term report
You just got your mid-term report, but it's full of ones and twos :(. So before you give it to your parents, you change it, in o...

oltre 5 anni fa

Risolto


Simple Matrix
Make the following matrix without typing it in one by one. [1 2 3; 2 4 6; 4 8 12] x=[1 2 3].

oltre 5 anni fa

Risolto


Box
Give the volume of a box, x is equal to the body diagonal.

oltre 5 anni fa

Carica altro