首页 > 其他分享 >Introduction to Vetors

Introduction to Vetors

时间:2024-11-17 13:40:19浏览次数:1  
标签:linear combination Introduction vectors vector bmatrix Vetors matrix

In this note,i will make some summaries about vectors

Vectors and Linear Combination

We often write the vector as (1,2) for example,but in linear algebra,we try to define it as \(\begin{bmatrix} 1\\ 2\end{bmatrix}\)

  1. A vector v in two-dimensional space has two components \(v_1\) and \(v_2\)
    ,when in three-dimensional will have three components

  2. the $c v +d w $ is the linear combination of the vectors \(v\) and \(w\) (\(c,d\in R\))
    A linear combination of three vectors u and v and w is cu+dv+ew

  3. Vectors obey the parallelogram law

  4. The linear combinations of vectors can span a space

Length and Dot Products

  1. The dot product \(v·w\) multiplies each component \(v_i\) by \(w_i\) and adds all \(v_iw_i\)

  2. The length \(|v|\) is the square root of \(v·v\) .Then \(u=\frac{v}{|v|}\) is unit vector:length 1.

    • for example:The length of\(v=\begin{bmatrix} v_1\\ v_2\\..\\v_n\end{bmatrix}\)is \(\displaystyle \sqrt(\sum_{i=1}^{n}(v_i)^2)\)
  3. The dot product is \(v·w=0\) when vectors v and w are perpendicular.

  4. The cosine of \(\theta\)(the angle between any nonzero v and w) never exceeds 1:

  • Cosine \(\cos\theta=\frac{v·w}{|v||w|}\)
  • \(|v·w|<=|v||w|\)

Matrices

  1. Matrix: A matrix is a higher-dimensional structure composed of multiple vectors. A ( m \(\times\) n ) matrix can be viewed as consisting of ( m ) column vectors or ( n ) row vectors.

  2. Matrix times vector : Ax=combination of the columns of A.

  3. The solution to \(Ax=b\) is x=\(A^{-1}b\),when A is an invertible matrix.

    • an invertible matrix is typically written as \(A^{-1}\).When $AA^{-1} = I $ holds, it indicates that the inverse \(A^{-1}\) exists.
    • In this context, \(I\) represents the identity matrix
  4. A singular matrix is a square matrix that does not have an inverse.because Its columns lie in the same plane

标签:linear,combination,Introduction,vectors,vector,bmatrix,Vetors,matrix
From: https://www.cnblogs.com/guiyou/p/18550475

相关文章

  • EESA01 Introduction to Environmental
    EESA01IntroductiontoEnvironmentalScienceLaboratoryManualFall2024Lab2:WeatherandClimateDataIntroductioInlectures,wewillsoonbegindiscussingtheEarth’senergybalance,thebasicsofclimate,andotheratmosphericphenomena.Thislabwil......
  • FFmpeg Filtering Introduction
    FilteringinFFmpegisenabledthroughthelibavfilterlibrary.Inlibavfilter,afiltercanhavemultipleinputsandmultipleoutputs.Toillustratethesortsofthingsthatarepossible,weconsiderthefollowingfiltergraph.[main]input-->split-......
  • ffmpeg Introduction
    ThistextisconcernedwiththedevelopmentofFFmpegitself.InformationonusingtheFFmpeglibrariesinotherprogramscanbefoundelsewhere,e.g.in:theinstalledheaderfilestheDoxygendocumentationgeneratedfromtheheaderstheexamplesunderdoc......
  • INT2067 Introduction to Programming
    Assignment1INT2067IntroductiontoProgrammingandProblemSolving2024-2025Semester1DueDate:October30,2024(Wednesday)1IntroductionInthisassignment,youneedtoimplementatext-basedgamebasedontheriddleaboutafarmerwhoneedstocros......
  • 一、Introduction to R. 走进R语言(一):R & 心理学
    目录R的适用范围为什么要学习R语言?如何学习R语言?R&Rstudio下载R&RstudioR的适用范围R isa programminglanguage for statisticalcomputing and datavisualization.从维基百科对R的介绍可以得知,R主要是用来做统计的计算和数据可视化的。简言之,一篇文......
  • Introduction_Optimization Models_Giuseppe C. Calafiore, Laurent El Ghaoui
    Balabala我想读完GiuseppeC.Calafiore,LaurentElGhaoui版本的《OptimizationModels》。1.Introduction作者列举了若干个例子,并阐述了优化问题的一般形式,最主要的洞见有:一些具有特定性质的问题是tractable的:Thefocusofthisbookisontractablemodels,andak......
  • COMP2404 Introduction to Software Engineering
    COMP2404-“IntroductiontoSoftwareEngineering”Assignment31SubmissionInstructionsSubmittoBrightspaceonorbeforetheduedateacompressedfile(.taror.zip)thatincludesHeaderandsourcefilesforallclassesinstructedbelow.AworkingM......
  • CS 520: Introduction to Operating Systems
    CS520:IntroductiontoOperatingSystemsHomeworkAssignment#3Thisassignmentissomewhatopen-ended—startworkingonitassoonasyoucan!Areminder:Youmayworkingroups;however,youmaynotshowanyoneyourcodeorcopyofanypartofanyonee......
  • CS439: Introduction to Data Science
    CS439:IntroductiontoDataScienceall2024ProblemSet1Due:11:59pmFriday,October11,2024LatePolicy:Thehomeworkisdueon10/11(Friday)at11:59pm.WewillreleasethesolutionsofthehomeworkonCanvason10/16(Wednesday)11:59pm.Ifyourho......
  • Introduction to yttomp3.click and Its Associated GitHub Link
    Introductiontoyttomp3.clickandItsAssociatedGitHubLinkInthedigitalage,theavailabilityofvariousonlinetoolshasmadeourlivesmoreconvenientandenrichedourmultimediaexperiences.Onesuchinterestingplatformisyttomp3.click.Whatis......