Skip to main content
Best answer by LucMeekes

You are trying to assign a value to 0 (the third element in the vector to the left of the assignment ':='). That is not allowed. 0 should remain 0 ...

If you change that 0 to epsilon_sub_3 for example, it should work.

LucMeekes_0-1577359412127.png

Success!
Luc

 

1 reply

LucMeekes23-Emerald IVAnswer
23-Emerald IV
December 26, 2019

You are trying to assign a value to 0 (the third element in the vector to the left of the assignment ':='). That is not allowed. 0 should remain 0 ...

If you change that 0 to epsilon_sub_3 for example, it should work.

LucMeekes_0-1577359412127.png

Success!
Luc

 

kenan21-VisitorAuthor
1-Visitor
December 26, 2019

I know......Thanks!