Skip to main content
1-Visitor
February 28, 2020
Question

Issues with solve block

  • February 28, 2020
  • 1 reply
  • 803 views

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.

1 reply

23-Emerald IV
February 28, 2020

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