Post Reply 
Simplification
03-29-2019, 06:33 AM
Post: #1
Simplification
Hi
I want to know a function to simplify and separate by terms

Example:
[Image: kkk.png]

Thanks
Find all posts by this user
Quote this message in a reply
03-31-2019, 10:23 AM
Post: #2
RE: Simplification
I guess it can't be done with a single operation, it calls for more steps.
Best,

Aries Wink
Find all posts by this user
Quote this message in a reply
04-15-2019, 03:29 PM
Post: #3
RE: Simplification
(03-31-2019 10:23 AM)Aries Wrote:  I guess it can't be done with a single operation, it calls for more steps.
Best,

Aries Wink

Do you have an idea how?
Find all posts by this user
Quote this message in a reply
04-15-2019, 04:10 PM
Post: #4
RE: Simplification
What may be needed is remove the equal sign, and move everything to one side, say RHS

eqn := v1/(-2.5 i) + (v1-v2)/(4 i) - (20 - v1)/10

partfrac(eqn) → ((-3+2*i)*v1-5*v2-40*i)/(20*i)

Since denominator is nonzero, just read off the numerator

numer(float(eqn)) → (0.1+0.15*i)*v1+0.25*i*v2-2.0
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)