Skip to main content
4-Participant
August 21, 2022
Solved

solve for variables but get an error

  • August 21, 2022
  • 1 reply
  • 1102 views

please help.

Best answer by Werner_E

By typing "x(..." you create a function x.

To get what you intended you have to explicitly type a multiplication:

Werner_E_0-1661049383113.png

 

1 reply

Werner_E25-Diamond IAnswer
25-Diamond I
August 21, 2022

By typing "x(..." you create a function x.

To get what you intended you have to explicitly type a multiplication:

Werner_E_0-1661049383113.png

 

4-Participant
August 21, 2022

Werner, thanks a lot!