Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

Translate the entire conversation x

help syntax

kenan2
13-Aquamarine

help syntax

why can I not solve this ?

ACCEPTED SOLUTION

Accepted Solutions
LucMeekes
23-Emerald III
(To:kenan2)

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

 

View solution in original post

2 REPLIES 2
LucMeekes
23-Emerald III
(To:kenan2)

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

 

kenan2
13-Aquamarine
(To:LucMeekes)

I know......Thanks! 

Announcements

Top Tags