CSC 2262 : Final Exam Practice Questions

40 views15 pages
15 Mar 2019
School
Course
Professor

Document Summary

Practice questions for final on thurs dec 10 5:30-7:30 pm in tureaud 204. The thin flat sheet shown above has density. The mass of the thin flat sheet is given by the following double integral: Write a matlab program to calculate and print the mass of the thin flat sheet. The output of this program should look like this: mass=38721. 48074. A solid is bounded in the x and y directions by the region shown above and is bounded below and above in the z direction by the planes z=8 and z=x+y+2. The mass of the solid is given by the following triple integral: Write a matlab program to calculate and print the mass of the solid. The output of this program should look like this: mass=7523. 431. Answer global accuracy; a=2; b=4; accuracy=1e-3; g=@(x) ((x-2)^4+3*x+12)/(x+4); h=@(x) 9-sqrt(1+(x-2)^3); v=@(y,x) 8; w=@(y,x) x+y+2; f=@(z,y,x) z. ^3. *cos(x+y+z). /(2*x+3*z+2)+z. ^2.

Get access

Grade+20% off
$8 USD/m$10 USD/m
Billed $96 USD annually
Grade+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
40 Verified Answers

Related Documents