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 
Ordering of expressions
06-03-2016, 02:42 AM
Post: #1
Ordering of expressions
How I can do, so that the CAS displayed, orderly algebraic expressions, as they appear in the books of algebra


expand((x+y+z)^2) -> 2*x*y + 2*x*z + 2*y*z + x^2 + y^2 + z^2 =(

-> x^2 +2*x*y + 2*x*z + y^2 + 2*y*z + z^2 =)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Ordering of expressions - compsystems - 06-03-2016 02:42 AM
RE: Ordering of expressions - Tim Wessman - 06-03-2016, 04:47 AM
RE: Ordering of expressions - compsystems - 06-03-2016, 11:12 AM
RE: Ordering of expressions - DrD - 06-03-2016, 12:15 PM



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