You are on page 1of 3

Programacion MATLAB

Nombre : Cristian Ramirez Rios


Matricula:2132161
Actividad: 1
Carrera: IMTC
QUIZ

1- 5 11/14 : 5.7857
2- 5 8/3+3^7: 2194 2/3
3- 9^1.25 : 15.58845
4- True or False. If y has not been assigned a value,
MATLAB will allow you to defi ne the equation x = y
^2 to store in memory for later use. True
5- If the volume of a cylinder of height h and radius r is
given by V = πr2h, use MATLAB to fi nd the volume
enclosed by a cylinder that is 12 cm high with a
diameter of 4 cm : true
6- Use MATLAB to compute the sin of π/3 expressed as
a rational number: 1.0472
7- Create a MATLAB m fi le to display the results of
sin(π/4), sin(π/3), sin(π/2) as rational numbers.

You might also like