Skip to main content
1-Visitor
October 3, 2012
Solved

Array elements must be scalars

  • October 3, 2012
  • 1 reply
  • 2800 views

Hello all,

Could you please tell me how to over come this scalars problem? Thank you.

Regards

Lawrence

Best answer by AndyWesterman

The square brackets around the second term in your equation are forcing prime to assume that this is a 1 element array & this is causing the confusion.

Once this is corrected there are 2 ways to produce an answer from the information given (as attached)

Hopefully one of them will be the result you want

Regards

Andy

1 reply

12-Amethyst
October 3, 2012

The square brackets around the second term in your equation are forcing prime to assume that this is a 1 element array & this is causing the confusion.

Once this is corrected there are 2 ways to produce an answer from the information given (as attached)

Hopefully one of them will be the result you want

Regards

Andy