필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

simpsons rule and integral function

조회 수: 2 (최근 30일)
Mike Garret
Mike Garret 2015년 4월 28일
마감: MATLAB Answer Bot 2021년 8월 20일
please i have this question i can do the integral function part but have problem doing simpsons rule please i need help
Question; A cone shaped cup has brim r=1.5 height L=4. water cup level is l and volume is given by; V= pi/3 (R/L)^2 * l^3 if the volumetric rate q(dV/dt) from fountain to cup is 2, how long will it take to fill cup to brim. matlab code using simpsons method with h= 0.1 and compare it using integral function. output both estimates.
here is my code for integral function;
V=(pi/3)*(R/L)^2 * l^3;
I= integral(V,R,L)
i doubt its right but please some help would be great.

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by