Solved


UICBioE240 problem 1.14
Solve 3^x = 17

ongeveer 7 jaar ago

Solved


UICBioE240 problem 1.5
Find the size of the matrix, then multiply both values by 10 and make it into a column vector. So if A = [ 1 2 3; ...

ongeveer 7 jaar ago

Solved


UICBioE240 problem 1.4
So if A = [ 1 2 3; 4 5 6; 7 8 9] B = [ 3 3]

ongeveer 7 jaar ago

Solved


UICBioE240 problem 1.13
Compute the following - y = x^5/(x^-1) and y = (1-(1/x^5))^-1. Have the final answer of y to equal a 1 by 2 vector.

ongeveer 7 jaar ago

Solved


UICBioE240 problem 1.16
sin^2(pi/6) + cos^2(pi/6)

ongeveer 7 jaar ago

Solved


UICBioE240 problem 1.6
Find the tangent line of a right triangle given the two of the sides. So if A = [1 1] B = sqrt(2)

ongeveer 7 jaar ago

Solved


Half-Swap
Given a vector with an even number of elements, rearrange it so that the elements in its first half are switched with those i...

ongeveer 7 jaar ago

Solved


Tune your guitar
Given an input string with the scientific pitch notation for standard tuning ( <http://en.wikipedia.org/wiki/Guitar_tunings#Stan...

ongeveer 7 jaar ago

Solved


Create an 'arrow-head" matrix
Write a function that when given an odd number, produces an arrow-head function pointing to the right. Examples n = 3 ...

ongeveer 7 jaar ago

Solved


Calculate the height of an object dropped from the sky
Assume that an object is dropped from 1000 meters above the surface of the earth at time t=0. The object is dropped such that t...

ongeveer 7 jaar ago

Solved


Alkane
Given a number, x, that is equal to the number of carbon atoms in an <http://en.wikipedia.org/wiki/Alkane alkane>, find, y, the ...

ongeveer 7 jaar ago

Solved


Set some matrix elements to zero
First get the maximum of each *row*, and afterwards set all the other elements to zero. For example, this matrix: 1 2 3 ...

ongeveer 7 jaar ago

Solved


Average of square wave
given positive and negative peak , calculate dc level, 50% duty cycle

ongeveer 7 jaar ago

Solved


Find the area of the four walls
If length, breadth and height of the walls are given, find the area of the four walls.

ongeveer 7 jaar ago

Solved


Calculate volume of box
Calculate the volume of box,hiven its sides

ongeveer 7 jaar ago

Solved


Largest Twin Primes
<http://en.wikipedia.org/wiki/Twin_prime Twin primes> are primes p1, p2 = p1 + 2 such that both p1 and p2 are prime numbers. Giv...

ongeveer 7 jaar ago

Solved


Matrix with different incremental runs
Given a vector of positive integers a = [ 3 2 4 ]; create the matrix where the *i* th column contains the vector *1:a(i)...

ongeveer 7 jaar ago

Solved


sinus function
x is the abscissa. find the absolute value of cosine of -x and the same value with changed sign.

ongeveer 7 jaar ago

Solved


find whether it is prime or not
For a given number find if its prime

ongeveer 7 jaar ago

Solved


Golden ratio
Calculate the golden ratio. Hint: phi^2 = phi + 1.

ongeveer 7 jaar ago

Solved


prime test 2
enter the only non prime,non composite number

ongeveer 7 jaar ago

Solved


Test if a matrix is symmetric
Write a logical function that returns 1 if the input matrix is symmetric and 0 otherwise.

ongeveer 7 jaar ago

Solved


Bruh
Return 'bruh'.

ongeveer 7 jaar ago

Solved


UICBioE240 2.2
Make a 3x4 matrix that contains all ones.

ongeveer 7 jaar ago

Solved


Help the Patriots get to the Super Bowl
Given a football by the Patriots, return it to them with 2 psi less air in it. (The original psi is passed as a number to the...

ongeveer 7 jaar ago

Solved


Remove the positive integers.
Given array,x, remove all the positive numbers and display ouput as y. Example x=[1 -2 3 -4] , output is y=[-2 -4].

ongeveer 7 jaar ago

Solved


UICBioE240 problem 1.17
In the expression (2+5i), how does MATLAB read the expressions A = 2+5i B = 2+5*i C = both are okay Write capital letter a...

ongeveer 7 jaar ago

Solved


Matlab Basics - Assigning Variables
Assign different types of data to variables: integer, double, and strings Example: A is a double, for example 2.34 B is a...

ongeveer 7 jaar ago

Solved


Sort numbers by outside digits
Sort the array so that they are sorted as if their value was a 5 digit number made from the first three and last two digits of t...

ongeveer 7 jaar ago

Solved


Find and replaces spaces from a input string with *
For a given input string str, find how many spaces are there in the string and replace those spaces with * e.g. str = 'this is ...

ongeveer 7 jaar ago

Load more