Risolto


Prime or No
If the number is prime, make theCase = "YES", else, make it "NO".

4 giorni fa

Risolto


Get The Square Root Of Number Power (^) Three
Get the Square Root of number Power (^) Three.

4 giorni fa

Risolto


Basic Algebra III
Get the Cube Root of the number n.

4 giorni fa

Risolto


Find The Area Of The Circle
Find the area of the Circle using PI.

4 giorni fa

Risolto


Circle Perimeter
Get the perimeter of the Circle by PI.

4 giorni fa

Risolto


Basic Algebra II
You have the equation X^2 = n you should find the value of X. GOOD LUCK!

4 giorni fa

Risolto


Basic Physics IV
Calculate the Mechanical Energy (ME).

4 giorni fa

Risolto


Get The Opposite Of The Number Without Negative (-) On It
You must get the opposite of the number X without making -X. Hint: You can make it by Subtraction and Multiplication.

4 giorni fa

Risolto


Multiply the Diagonals of Two Vectors
Find the diagonals of vectors a and b and multiply them.

4 giorni fa

Risolto


Title
Make a plot for x and add title "My Plot". NOTICE: YOU CAN NOT USE ans INSTEAD OF [y ax]!

4 giorni fa

Risolto


Scalar
The First problem in Linear Algebra group. Make scalar contains the value:

4 giorni fa

Risolto


Plot
Make a plot of the vector x. NOTICE: YOU CAN NOT USE ans INSTEAD OF y!

4 giorni fa

Risolto


Matrix
The fourth problem in Linear Algebra group. Create a matrix like this: 14 7 26 7 8 6 3 0 30

4 giorni fa

Risolto


Column Vector
The third problem in Linear Algebra group. Create a column vector like this:

4 giorni fa

Risolto


Row Vector
The second problem in Linear Algebra group. Create this vector in MATLAB: [7 8 26]

4 giorni fa

Risolto


Find The Area Of Triangle Using Base & Height
You should find the area of the Triangle using base and height. Good Luck!

4 giorni fa

Risolto


Generalizing square area to triangle area
Cody Problem 61070 asked for the height, h, of a right triangle that had the same area, A, of a square with side length, c, and ...

5 giorni fa

Risolto


Square area to triangle area
Given the area, A, of a square with side length, c, if a right angle triangle has the same area A and the hypothenuse length 2c ...

5 giorni fa

Risolto


Evened up (or not)
You will be provided with an array or matrix that contains various numbers, in addition to an evening variable, e, set to 1 or 0...

5 giorni fa

Risolto


Find the Pattern 3

5 giorni fa

Risolto


Generate this matrix
For a given odd integer n, generate a matrix as follows: Input: n = 5; Output: [ 2 1 0 0 0 1 ...

5 giorni fa

Risolto


Matrix Construction I
Given n, construct a matrix as shown in the example below. Example For n=8, the output should look like this: 1 2 3 4 ...

5 giorni fa

Risolto


Toeplitz Matrix
For a given square matrix of order n-by-n check whether this is a Toeplitz matrix or not. Return true if it is.

5 giorni fa

Risolto


BULLSEYE Part 2: Reference Problem 18 BULLSEYE
Given n (always odd), return output a that has concentric rings of the 1s and 0s around the center point. Examples: Input ...

5 giorni fa

Risolto


Better bullseye matrix
<http://www.mathworks.com/matlabcentral/cody/problems/18-bullseye-matrix Problem 18> asks to create a bullseye matrix like this:...

5 giorni fa

Risolto


Create a matrix X, where each column is a shifted copy of the vector v
Example : in->v = (1:5)'; 1 2 3 4 5 out-> [1 5 4 3 2;2 1 5 4 3;3 2 1 5 4;4 3 2 1 5;5 4 3 ...

5 giorni fa

Risolto


"mirror" matrix
Create n x 2n "mirror" matrix of this type: Examples For n = 2 m = [ 1 2 2 1 1 2 2 1 ] For n = 3 m = ...

6 giorni fa

Risolto


Special matrix
Make a square matrix with this shape. For n=4 M = 1 1 0 0 1 0 1 0 0 1 0 ...

6 giorni fa

Risolto


Mirror Image matrix across anti-diagonal
Given an input number x, create a mirror image matrix 'Y' across the anti-diagonal. For example, if x=3, Y = [1 2 3; ...

6 giorni fa

Risolto


Create Volcano (or Atoll) martix. It is an extension of Bullseye matrix problem.
For example, if n=2 (maximum value), the output matrix should be [1 1 1 1 1; 1 2 2 2 1; 1 2 1 2 1; 1 2 2 2 1; 1 1 ...

6 giorni fa

Carica altro