Community Tip - You can change your system assigned username to something more personal in your community settings. X
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!
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.