Vector Magnitude Calculator
'a' is a vector that starts at the origin and ends at (x, y). Find ||a||.
Hint: It is as simple as "ABC".
12年弱 前
解決済み
Reverse the input
Given an input (n), produce an output in the reverse order with out using string variables or string function.
Example
x ...
12年弱 前
解決済み
Sum of the Matrix Elements
Add up all the elements in a NxM matrix where N signifies the number of the rows and M signifies the number of the columns.
E...
12年弱 前
解決済み
Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.
12年弱 前
解決済み
Max of a Vector
Write a function to return the max of a vector
12年弱 前
解決済み
Area of a Square
Inside a square is a circle with radius r.
What is the area of the square?
12年弱 前
解決済み
Reverse Concatenation
Suggest methods to form a Matrix after deleting one of the input's elements.
Input should be element's position and output shou...