Community Profile

photo

Md Sakiluzzaman


Last seen: 2 years ago Active since 2022

Statistics

  • Thankful Level 2

View badges

Content Feed

View by

Question


How to numerically solve and plot after solving the integration with a constant Multiplication
clc clear all close all B=51; C=10; t=0:.01:1; K= @(t) (((sin(t)-(t.*cos(t))).^(1/2)).*((sin(t)+(51.*sin(10.*t))))); H1...

2 years ago | 2 answers | 0

2

answers

Question


How to numerically solve and plot definite integral with variable upper limit
Where, the limit is P=0:0.1:pi I have to integrate V and then plot P versus V graph The x axis need to take as P clc ...

2 years ago | 2 answers | 0

2

answers