Group Abstract Group Abstract

Message Boards Message Boards

0
|
5.9K Views
|
3 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Can't get this code to work - warning from Solve

Posted 11 years ago
POSTED BY: nffddn
3 Replies
Posted 11 years ago
POSTED BY: nffddn
In[9]:= soln = 
 Simplify[Solve[{ip == 
     k*((vdd - vin - vt)*(vdd - vo[t]) - (vdd - vo[t])^2/2), 
    vin == m*t}, {ip, vin}]]


Out[9]= {{ip -> 1/2 k (vdd - vo[t]) (-2 m t + vdd - 2 vt + vo[t]), 
  vin -> m t}}
POSTED BY: S M Blinder

I don't get the error message from Solve, so I suspect you had assigned a value to vin.

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