Question: Odd answer with Norm

Hi, Please help! I'm trying to calculate the norm of a vector (3,4). Working it out in my head I get 5. Maple gives me 4. Where is my mistake? with(LinearAlgebra); A := Vector[row]([3, 4]); C := Norm(A); print(C := 4); 4 Evan
Please Wait...