Community Profile

photo

William Merkel


Last seen: 2年以上 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver

バッジを表示

Feeds

表示方法

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


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...

3年弱 前

解決済み


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 ...

3年弱 前

解決済み


Energy Conversion 2

3年弱 前

解決済み


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...

3年弱 前

解決済み


ASCii Code
Using Matlab get the ASCii for '?'

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


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...

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


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...

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


Mass Conversion 1

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


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

3年弱 前

解決済み


Temperature Conversion 3

3年弱 前

解決済み


Temperature Conversion 2

3年弱 前

解決済み


Temperature Conversion 1

3年弱 前

解決済み


Draw a '4' in a zero matrix!

3年弱 前

解決済み


Draw a '6' in a zero matrix!

3年弱 前

さらに読み込む