Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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.