Page 1 sur 1
Integrating both side of an equation
Publié : mar. déc. 27, 2022 11:41 pm
par XcasEngGuy
I noticed that the int() function will not integrate if the equation has an equal sign and two sides:

- Capture_20221227-183702.jpg (33.37 Kio) Consulté 7116 fois
some functions operate on two sides of an equation automatically. Is the behavior of int() intended?
Re: Integrating both side of an equation
Publié : mer. déc. 28, 2022 2:44 pm
par parisse
Working on an equation step by step by adding something on both sides is meaningfull, but what would mean integrating both sides of an equation? (Unless the equation is always true)
Re: Integrating both side of an equation
Publié : mer. déc. 28, 2022 5:11 pm
par XcasEngGuy
In my strength of materials class the following is common:

- Capture_20221228-120703.jpg (61.67 Kio) Consulté 7099 fois
Which yields, with my Latex tweaks:

- Clipboard01.jpg (45.89 Kio) Consulté 7099 fois
I find it useful. I can create a workaround with programming, but I just wondered if it made sense to anyone else to do this.
I just put arbitrary equations in my previous post to demonstrate that both sides would not integrate.
Matt