
Ranjeet Nalawade
Content Feed
解決済み
Volume of Spherical Shell
In three-dimensional space, a spherical shell can be constructed from two concentric spheres. Determine the volume of a spheric...
3年弱 前
解決済み
Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...
3年弱 前
解決済み
Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...
3年弱 前
解決済み
Say something funny
Say something funny, or not. Your solution will be (fully automatically and objectively) scored based on how clever or funny ...
3年弱 前
解決済み
Kinetic Energy
Given the mass m and velocity v of an object, determine its <http://en.wikipedia.org/wiki/Kinetic_energy kinetic energy>.
3年弱 前
解決済み
Complex transpose
Calculate the transpose of a matrix having complex numbers as its elements without changing the signs of the imaginary part. ...
3年弱 前
解決済み
Find the area of a triangle
Given a triangle with a base b and height h, return the triangle area.
3年弱 前
解決済み
Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.
3年弱 前
解決済み
Finding perimeter of a rectangle
A rectangle has a length of x centimeters and a width of w centimeters. Find the perimeter.
3年弱 前
解決済み
Determine the square root
Determine the square root of the value the user has entered, n.
3年弱 前
解決済み
Area of a Square
Inside a square is a circle with radius r. What is the area of the square?
3年弱 前
解決済み
Beginner's Problem - Squaring
Try out this test problem first. Given the variable x as your input, square it by two and put the result in y. Examples: ...
3年弱 前
解決済み
Times 5
Try out this test problem first. Given the variable x as your input, multiply it by five and put the result in y. Examples...
3年弱 前
解決済み
Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the wage times 40 and times 50, because salary = wage x 40 hours/w...
3年弱 前
解決済み
Find the hypotenuse
Given a and b (the two sides of a right-triangle), find c, the hypotenuse.
3年弱 前
解決済み
Do you like your boss?
Do you like your boss? Answer can be any string! For example: Boss = 'Do you like your boss?'; Output = 'yes' or ...
3年弱 前
解決済み
Divide by 4
Given the variable x as your input, divide it by four and put the result in y.
3年弱 前
解決済み
Multiply by 3
Given the variable x as your input, multiply it by three and put the result in y.
3年弱 前