Norm of a Vector
Description
Here, we will find the norm of vector $a$, where
(1)\begin{equation} a = <1, 2, 3> \end{equation}
Sage Cell
Code
a = vector([1, 2, 3])
norm(a)
Options
none
Tags
Primary Tags:
Secondary Tags:
A list of possible tags can be found at The WeBWorK Open Problem Library. For linear algebra tags see the Curated Courses Project.
Related Cells
Any related cells go here. Provide a link to the page containing the information about the cell.
Attribute
Permalink:
Author:
Date: 05 Mar 2019 18:02
Submitted by: Zane Corbiere