Solved


UICBioE240 problem 1.14
Solve 3^x = 17

ungefär 4 år ago

Solved


Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...

ungefär 4 år ago

Solved


Test
Answer the question and the correct answer write in vector. Only one answer is correct. 1a Yes 1b No 1c No 1d No ...

ungefär 4 år ago

Solved


Average Grade
Given a 1x5 vector presents the grades of a student on five tests. Calculate the average grade of that student.

ungefär 4 år ago

Solved


Factorial Numbers
Factorial is multiplication of integers. So factorial of 6 is 720 = 1 * 2 * 3 * 4* 5 *6 Thus 6 factorial = factorial(720)....

ungefär 4 år ago

Solved


ASCII Code
Using matlab, give the symbol that is associated with ASCii code 90.

ungefär 4 år ago

Solved


Log of a number
Write a script that will give the log of x as output.

ungefär 4 år ago

Solved


ASCII code of a leter.
Given the letter, the output will show the corresponding ASCII code.

ungefär 4 år ago

Solved


Perimeter
Given a sequence of points forming a closed path (first and last points are coincident) return the perimeter value. For example...

ungefär 4 år ago

Solved


Convert Fahrenheit to Kelvin
Convert the value f in Fahrenheit to Kelvin

ungefär 4 år ago

Solved


Check if number is a square number
Test if integer i is a square number. Return logical true if it is.

ungefär 4 år ago

Solved


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

ungefär 4 år ago

Solved


Reverse CHECKBOX MATRIX with 69
Create a reverse checkbox matrix with '69'. Where the size is the input and output will be a square checkbox matrix. Exa...

ungefär 4 år ago

Solved


~~~~~~~ WAVE ~~~~~~~~~
|The WAVE generator| Once upon a time there was a river. 'Sum' was passing by the river. He saw the water of the river that w...

ungefär 4 år ago

Solved


how tall are you?
you can find the length wit this code.

ungefär 4 år ago

Solved


Solve the set of simultaneous linear equations
Given this pair of simultaneous linear equations: 2x + 3y = 23 3x + 4y = 32 Find the solution set (x,y)

ungefär 4 år ago

Solved


find the stepnumber?
you can find the stepnumber.

ungefär 4 år ago

Solved


Vectors counting by 2
Create a vector numbers from 7 to 15 in increments of 2

ungefär 4 år ago

Solved


Bit to Gigabyte
1 bit = 1.25 × 10^-10 gigabytes | x is bit | y is gigabyte

ungefär 4 år ago

Solved


Watt
Ampere x Volt = Watt

ungefär 4 år ago

Solved


Mile to Kilometer
x is mile and y is km

ungefär 4 år ago

Solved


GPA
Math's credit is 5 and you got x | Physics's credit 7 and you got y what is your GPA

ungefär 4 år ago

Solved


Polygon Interior Angle Sum
Theorem is (n−2)x180°

ungefär 4 år ago

Solved


Percentage
There is x liter water and y gram => z is percentage of salt in water

ungefär 4 år ago

Solved


Find offset of given matrix element from first matrix element
Given matrix m and an element of that matrix, return the offset from its first element. e.g. m=[11 2 34; 40 51 6; 87 8 109] el...

ungefär 4 år ago

Solved


Find offset of an element of a multi dimensional matrix
For a given multi dimensional matrix and given element, find its offset from the 1st element. Return 0, if element is not fo...

ungefär 4 år ago

Solved


Matrix to column conversion
Given a matrix of any size, convert it into a column vector. e.g A=[10 20 30; 40 50 60] then, B = [10; 40; ...

ungefär 4 år ago

Solved


Unit conversion
Convert x degree Celsius to y degree Fahrenheit.

ungefär 4 år ago

Solved


Write a code that will follow the equation y = x * (x + x) * x.
If x = 5, y = 5 * (5+5) * 5 = 250

ungefär 4 år ago

Load more