freeCodeCamp/guide/english/mathematics/linear-algebra/inner-product-spaces/index.md

14 lines
416 B
Markdown
Raw Normal View History

2018-10-12 19:37:13 +00:00
---
title: Inner Product Spaces
---
## Inner Product Spaces
### Introduction
Let V be a vector space over field F. An inner product is a function that assigns to every ordered pair of vector x and y in V, a scalar in F, denoted by <x,y> such that for all x,y in V and a in F these hold:
* <x+z,y>=<x,y>+<x,z>
* <ax,y>=a<x,y>
* <X,Y>=<y,x> (X and Y denote conjugate of x and y respectively)
* <x,x>=0 for all x!=0