Group Abstract Group Abstract

Message Boards Message Boards

0
|
5.6K Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

How to simplify an expression....

Posted 12 years ago
POSTED BY: Jorge Rivé
2 Replies
Posted 12 years ago

thanks for the clues....here's what I did based on your input:

In[1233]:= vo = (vo /. sol3[[1]]) // Simplify

Out[1233]= (aol id Rf)/(1 + aol + C Rf s)

In[1234]:= num = Numerator[vo]/aol

Out[1234]= id Rf

In[1235]:= den = Denominator[vo]/aol

Out[1235]= (1 + aol + C Rf s)/aol

In[1243]:= den =   Apart[Expand[den /. {1 + C Rf s -> 1/beta} // Simplify]]

Out[1243]= 1 + 1/(aol beta)

In[1244]:= vo = num/den

Out[1244]= (id Rf)/(1 + 1/(aol beta))

thank you.

POSTED BY: Jorge Rivé

Do you mean this:

 In[1]:= vo = (aol id Rf)/(1 + aol + C Rf s)

  Out[1]= (aol id Rf)/(1 + aol + C Rf s)

  In[2]:= % /. {C Rf s -> beta}

  Out[2]= (aol id Rf)/(1 + aol + beta)

There may be other ways as well, but that gets beta substituted in.

POSTED BY: Tim Mayes
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard