Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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.