Skip to main content
11-Garnet
April 15, 2023
Solved

Integration plot problem

  • April 15, 2023
  • 1 reply
  • 1049 views

Hi experts,

I am trying to plot this equation.

Could you please tell me how should I modify the equation, thanks.

Jason_power_0-1681574646795.png

 

 

Best answer by Werner_E

Turn V.1 into a function of V.2

Werner_E_0-1681576243781.png

But as I guess that you would like to see more than just five points connected by straight line segnents, you may use either a quickplot (use an undefined variable as argument (V2) and set the limits in the plot as needed

Werner_E_1-1681576392200.png

or use a range variable which is more dense

Werner_E_2-1681576406390.png

 

1 reply

Werner_E25-Diamond IAnswer
25-Diamond I
April 15, 2023

Turn V.1 into a function of V.2

Werner_E_0-1681576243781.png

But as I guess that you would like to see more than just five points connected by straight line segnents, you may use either a quickplot (use an undefined variable as argument (V2) and set the limits in the plot as needed

Werner_E_1-1681576392200.png

or use a range variable which is more dense

Werner_E_2-1681576406390.png

 

J_power11-GarnetAuthor
11-Garnet
April 16, 2023

I got it.

Thanks.