cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

Value must be Scalar or Matrix Error Prime 3.0

coubre
1-Newbie

Value must be Scalar or Matrix Error Prime 3.0

I am getting error after a solve block that reads "value must be scalar or matrix". Attached is my code below. Any help would be appreciated!

1 REPLY 1
Werner_E
24-Ruby V
(To:coubre)

Just two things I noticed in your sheet:

1) In some expressions you have an implicit multiplication sign between "log" and its argument parentheses, which you should delete.

2) You used square brackets -> [.......]^-2

Thats wrong. square brackets create a matrix, which is obviously not intended here. Uses solely normal parentheses.

Top Tags