Issues with solve block
‎Feb 28, 2020
02:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Feb 28, 2020
02:29 PM
Issues with solve block
Hi.
Iv been trying to solve this question using solve blocks for quite some time with no success. It would be great to receive some help if possible.
Labels:
- Labels:
-
Mathcad Usage
1 REPLY 1
‎Feb 28, 2020
05:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Feb 28, 2020
05:33 PM
You have at least one undefined variable: Tsi.
You're using = (boolean comparison) where probably you need to use := (assignment).
If you correct that, you'll probably find another undefined variable: Tso
Success!
Luc