Question: Substitute variables into vectors with VectorCalculus

Hello,

I'm sure this is a dumb question, can someone remind my why this doesn't work and how to get around it?
 

restart

with(VectorCalculus)

V := `<,>`(A, B, C)

Vector[column](%id = 18446745896443115750)

(1)

A := 1

1

(2)

"(V) ? ()"

Vector[column](%id = 18446745896443115750)

(3)

``


 

Download VectorCalculusQuestion.mw

 

 

Please Wait...