Community Profile

photo

William Merkel


Last seen: plus de 2 ans il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


Find the area of a triangle
Given a triangle with a base b and height h, return the triangle area.

presque 3 ans il y a

A résolu


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

presque 3 ans il y a

A résolu


Who invented zero?
We know the importance zero in computer science, mathematics... but who invented zero? Clue: He was the first in the line ...

presque 3 ans il y a

A résolu


Is it an Armstrong number?
An Armstrong number of three digits is an integer such that the sum of the cubes of its digits is equal to the number itself. Fo...

presque 3 ans il y a

A résolu


Given area find sides
In a right angle triangle given area 'A' one arm=x, another arm=2x then find the value of x. For example, area A=400 then ...

presque 3 ans il y a

A résolu


Energy Conversion 2

presque 3 ans il y a

A résolu


Building matrices
If you have matrix A, create matrix B using matrix A as an "element" A = [1 2 3 4; 5 6 7 8...

presque 3 ans il y a

A résolu


ASCii Code
Using Matlab get the ASCii for '?'

presque 3 ans il y a

A résolu


ASCii Code
Using matlab, give the symbol that is associated with ASCii code 122

presque 3 ans il y a

A résolu


Replacing a row
For matrix G=[1 2 3; 4 5 6; 7 8 9] Replace the 2nd row with 8s **remember to create matrix G

presque 3 ans il y a

A résolu


Counting down
Create a vector that counts from 450 to 200 in increments of 10.

presque 3 ans il y a

A résolu


Deleting an element in a matrix
For vector Grades=[98 56 78 34 100 88 87], delete the number 78 to get the following matrix Grades=[98 56 34 100 88 87] **re...

presque 3 ans il y a

A résolu


Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...

presque 3 ans il y a

A résolu


Complex number
For complex number c=a+bi, write code that will add a and b together.

presque 3 ans il y a

A résolu


Vectors counting by 2
Create a vector numbers from 7 to 15 in increments of 2

presque 3 ans il y a

A résolu


Rounding
Round 10.67 and make 'y' equal to that number.

presque 3 ans il y a

A résolu


Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...

presque 3 ans il y a

A résolu


Find the Nth Root of a Given Number
Find the Nth root of a given number x. Examples x = 4096 n = 4 y = 8 x = 625 n = 5 y = 3.6239

presque 3 ans il y a

A résolu


Area of a disk
Find the area of a disk or circle. x= radius of the disk.

presque 3 ans il y a

A résolu


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

presque 3 ans il y a

A résolu


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

presque 3 ans il y a

A résolu


Mass Conversion 1

presque 3 ans il y a

A résolu


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

presque 3 ans il y a

A résolu


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

presque 3 ans il y a

A résolu


Convert radians to degrees
Given input in radians, output to degrees

presque 3 ans il y a

A résolu


Temperature Conversion 3

presque 3 ans il y a

A résolu


Temperature Conversion 2

presque 3 ans il y a

A résolu


Temperature Conversion 1

presque 3 ans il y a

A résolu


Draw a '4' in a zero matrix!

presque 3 ans il y a

A résolu


Draw a '6' in a zero matrix!

presque 3 ans il y a

Charger plus