Solved


Plotting Practice
Plot cos(x) vs x as shown in the figure below. Include the appropriate title, x-label, and y-label. Note, it is case sensitive. ...

ongeveer 2 jaar ago

Solved


radius of a spherical planet
You just measured its surface area, that is the input.

ongeveer 2 jaar ago

Solved


Pi Estimate 1
Estimate Pi as described in the following link: <http://www.people.virginia.edu/~teh1m/cody/Pi_estimation1.pdf>

ongeveer 2 jaar ago

Solved


Calculate area of sector
A=function(r,seta) r is radius of sector, seta is angle of sector, and A is its area. Area of sector A is defined as 0.5*(r^2...

ongeveer 2 jaar ago

Solved


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

ongeveer 2 jaar ago

Solved


Draw a '7' in a zero matrix!

ongeveer 2 jaar ago

Solved


Draw a '4' in a zero matrix!

ongeveer 2 jaar ago

Solved


Draw a '6' in a zero matrix!

ongeveer 2 jaar ago

Solved


Draw a '9' in a zero matrix!

ongeveer 2 jaar ago

Solved


Draw a '2' in a zero matrix!

ongeveer 2 jaar ago

Solved


Draw a '5' in a zero matrix!

ongeveer 2 jaar ago

Solved


Find x rows where the sum of the numbers is the maximum
Find x rows where the sum of the numbers is the maximum. For example: when x is 2 and m is 2 3 5 0 2 3 5 5 6 0 9 4 then y =...

ongeveer 2 jaar ago

Solved


Draw a '1' in a zero matrix!

ongeveer 2 jaar ago

Solved


Draw a '3' in a zero matrix!

ongeveer 2 jaar ago

Solved


Sum of series IX
What is the sum of the following sequence: Σ 1/k! for k=1...n for different n?

ongeveer 2 jaar ago

Solved


Sum of series VIII

ongeveer 2 jaar ago

Solved


Sum of series
a(n) = n^2 - (n-1)^2 find the summation of the series upto n i.e. a(1)+a(2)+...+a(n)

ongeveer 2 jaar ago

Solved


Sum of series VI
What is the sum of the following sequence: Σk⋅k! for k=1...n for different n?

ongeveer 2 jaar ago

Solved


Find Air Temperature from Cricket Stridulation Rate
Stridulation is the process that creates a cricket's “chirp” by rubbing their wings or legs. According to the Old Farmer's Alma...

ongeveer 2 jaar ago

Solved


Sum of series V
What is the sum of the following sequence: Σk(k+1) for k=1...n for different n?

ongeveer 2 jaar ago

Solved


Sum of series IV
What is the sum of the following sequence: Σ(-1)^(k+1) (2k-1)^2 for k=1...n for different n?

ongeveer 2 jaar ago

Solved


Sum of series VII
What is the sum of the following sequence: Σ(km^k)/(k+m)! for k=1...n for different n and m?

ongeveer 2 jaar ago

Solved


Sum of series III
What is the sum of the following sequence: Σ(2k-1)^3 for k=1...n for different n?

ongeveer 2 jaar ago

Solved


Sum of series I
What is the sum of the following sequence: Σ(2k-1) for k=1...n for different n?

ongeveer 2 jaar ago

Solved


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

ongeveer 2 jaar ago

Solved


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

ongeveer 2 jaar ago

Solved


Converts numbers into characters
Converts numbers into characters

ongeveer 2 jaar ago

Solved


Find the max element of the array
Find the max element of the array

ongeveer 2 jaar ago

Solved


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

ongeveer 2 jaar ago

Solved


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

ongeveer 2 jaar ago

Load more