how to create a Matlab program computing area between 2 curves.
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
hello everyone... I badly need a code on how to create this matlab program
1. Asks to input two intersecting polynomial functions that would meet in two distinct points.
2. The program would identify the points of intersection of the graphs
3. Graphs the given two curves and ensures that the two points of intersection would be part of the graph.
4. Evaluates the area between two curves.
---badly needeeed! :((( thanks!
0 Commenti
Risposte (1)
Grzegorz Knor
il 10 Set 2011
1:
doc input
2:
doc solve
doc syms
doc eval
doc subs
3:
doc plot
doc xlim
4:
doc trapz
Maybe this link will be also useful:
0 Commenti
Vedere anche
Categorie
Scopri di più su Calculus in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!