Message Boards Message Boards

0
|
3312 Views
|
2 Replies
|
3 Total Likes
View groups...
Share
Share this post:

Expand and Simplify

What is the different between Expand and Simplify ?

POSTED BY: Tasneem Smadi
2 Replies

Ooh sorry I want the different between Simplify and Factor not simplify and expand ,Because I get the same result enter image description here

POSTED BY: Tasneem Smadi

Crudely speaking, they are opposites:

In[1]:= Expand[(x + y)^2]

Out[1]= x^2 + 2 x y + y^2

In[2]:= Simplify[%]

Out[2]= (x + y)^2
POSTED BY: Frank Kampas
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract