- Machine Learning Quick Reference
- Rahul Kumar
- 82字
- 2021-08-20 10:05:09
Magnitude of the vector
The magnitude of the vector is also called the norm. It is represented by ||OA||:

To find out magnitude of this vector, we can follow the Pythagorean theorem:
OA2 = OB2 + AB2
= 42 + 32
= 16 + 9
= 25
Hence:
OA = √25 = 5
||OA||= 5
So, if there is a vector x = (x1,x2,....,xn):
||x||= x12 + x22+........+xn2
And direction of this vector as:
推薦閱讀
- 現(xiàn)代測(cè)控系統(tǒng)典型應(yīng)用實(shí)例
- Word 2003、Excel 2003、PowerPoint 2003上機(jī)指導(dǎo)與練習(xí)
- 腦動(dòng)力:Linux指令速查效率手冊(cè)
- 3D Printing with RepRap Cookbook
- 基于LPC3250的嵌入式Linux系統(tǒng)開(kāi)發(fā)
- Matplotlib 3.0 Cookbook
- 機(jī)器自動(dòng)化控制器原理與應(yīng)用
- Creo Parametric 1.0中文版從入門到精通
- AWS Certified SysOps Administrator:Associate Guide
- 工業(yè)機(jī)器人維護(hù)與保養(yǎng)
- 人工智能技術(shù)入門
- R Machine Learning Projects
- Learn Microsoft Azure
- FreeCAD [How-to]
- Keras Reinforcement Learning Projects