The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
Simplify symbolic equations based in assumptions
06-26-2024, 03:26 PM
Post: #1
Simplify symbolic equations based in assumptions
I am trying to simplify a symbolic equation like ( x * y ) / ( x + y ) using the assume() function.

If y is much greater than x, then:
x + y = y;
( x * y ) / ( x + y ) = ( x * y ) / ( y ) = x

What i tried to do is something like

Code:

assume(y >> x ); // >> does not work. just for exemplification
simplify(( x * y ) / ( x + y )); // returns x

Is this possible ?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Simplify symbolic equations based in assumptions - Nick11014 - 06-26-2024 03:26 PM



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