Resuelto


Return area of square
Side of square=input=a Area=output=b

más de 9 años hace

Resuelto


Area of a Square
Inside a square is a circle with radius r. What is the area of the square?

más de 9 años hace

Resuelto


Magic is simple (for beginners)
Determine for a magic square of order n, the magic sum m. For example m=15 for a magic square of order 3.

más de 9 años hace

Resuelto


Perfect Square or not
find Given input x is perfect square or not,if yes then output y=1.else y=0

más de 9 años hace

Resuelto


Matlab Basics II - squares
Write a function that takes matrix A, and squares each element in the matrix example: A = [1 2 3] output = [1 4 9]

más de 9 años hace

Resuelto


Create a Matrix of Zeros
Given an input x, create a square matrix y of zeros with x rows and x columns.

más de 9 años hace

Resuelto


square number
Square a number

más de 9 años hace

Resuelto


Square a Number
Given an input x, return y, which is equal to the square of x.

más de 9 años hace

Resuelto


Calculate square and cube of number
Calculate square and cube of number x

más de 9 años hace

Resuelto


square root
Find the square root (y) of an input (x).

más de 9 años hace

Resuelto


Square the input
Given a scalar or vector x, return the square of each element. Example x = [7 2] answer = [49 4]

más de 9 años hace

Resuelto


Square Diagonal
If n is the given number, then make a diagonal matrix of size 2*2 with the square of that number.

más de 9 años hace

Resuelto


Square root of a number
Write a code that will output the square root of x.

más de 9 años hace

Resuelto


Find the next square number
Given one or more integers n, find the next integer that is a square, for each of them. Example 1: n = 1; out = 4; ...

más de 9 años hace

Resuelto


square of a number
find square of a given number

más de 9 años hace

Resuelto


square root
Find square root of given number

más de 9 años hace

Resuelto


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

más de 9 años hace

Resuelto


Find the volume of cone
Find the volume of cone, when given radius(r) and height(h).

más de 9 años hace

Resuelto


Area of a circle
Find the value for area of the circle if diameter is given

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


Box!
Given a box, find the volume of the cube. With each side = a.

más de 9 años hace

Resuelto


Volume of a box
Given a box with a length a, width b, and height c. Solve the volume of the box.

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


Plus x: A first program
_Solve this problem in Mathwork's online Cody system._ Write a statement that assigns y with 5 plus x. Ex: If input x = 2,...

más de 9 años hace

Resuelto


Nth root.
* Assign outValues with the nth root of the inValues, the root is specified by rootValue

más de 9 años hace

Resuelto


Roots of a quadratic equation.
Calculate the roots of a quadratic equation, given coefficients a, b, and c, for the equation a*x^2 + b*x + c = 0.

más de 9 años hace

Resuelto


ベクトルのスケーリング
入力したベクトルの大きさを1にしてください。

más de 9 años hace

Resuelto


Is it a number?
Determine if input is numeric. If it is,output is 1; if it is not, output is 0.

más de 9 años hace

Resuelto


Times 3 problem
When you enter the number, it should return the number multiplied by 3

más de 9 años hace

Resuelto


find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y

más de 9 años hace

Cargar más