Group Abstract Group Abstract

Message Boards Message Boards

Reduce or Solve for symbolic equations?

Posted 6 years ago
POSTED BY: Anna Ebert

If I write your equations like this

eqs = {ue == 1 - uf,
  Q == ue nte + uf ntf,
  ntf == (dmq - pt)/g,
  nte == xt/g}

and "forget" the xt - term (which is a complicated function of other (former?) pt's ) Reduce works giving lots of conditions.

Reduce[eqs, pt]

It is by no means clear what you want to do with your equations, which are really complicatedly written. You should avoid all these sub- and super-scripts

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