Kasutaja:M2s17/VIDEO ÕPPE

Allikas: Vikipeedia

Matemaatika[muuda | muuda lähteteksti]

Lineaaralgebra[muuda | muuda lähteteksti]

Professor Strang's Linear Algebra Class Lecture Videos[muuda | muuda lähteteksti]

Professor Strang's Linear Algebra Class Lecture Videos Goole 2006[muuda | muuda lähteteksti]

  1. The Geometry of Linear Equations
  2. Elimination with Matrices
  3. Multiplication and Inverse Matrices
  4. Factorization into A = LU
  5. Transposes, Permutations, Spaces R^n
  6. Column Space and Nullspace
  7. Solving Ax = 0
  8. Solving Ax = b: Solving Ax = b: Row Reduced Form R
  9. Independence, Basis, and Dimension
  10. The Four Fundamental Subspaces
  11. Matrix Space, Rank 1, Small World Graph
  12. Graphs, Networks, Incidence Matrices
  13. Quiz 1 Review
  14. -
  15. Projections onto Subspaces
  16. Projection Matrices and Least Squares
  17. Orthogonal Matrices and Gram-Schmidt
  18. Properties of Determinants
  19. Determinant Formulas and Cofactors
  20. Cramer's Rule, Inverse Matrix, and Volume
  21. Eigenvalues and Eigenvectors
  22. Diagonalization and Powers of A
  23. Differential Equations and exp(At)
  24. Markov Matrices; Fourier Series
  25. Homogeneous Linear Systems
  26. Complex Matrices; Fast Fourier Transform
  27. Positive Definite Matrices and Minima
  28. Similar Matrices and Jordan Form
  29. Singular Value Decomposition
  30. Linear Transformations and Matrices
  31. Change of Basis; Image Compression
  32. -
  33. Left and Right Inverses; Pseudoinverse
  34. Final Course Review

Programmeerimine[muuda | muuda lähteteksti]

Programmeerimiskeel C[muuda | muuda lähteteksti]

Computer programming Google[muuda | muuda lähteteksti]

  • www.online.cs.washington.edu
  1. Overview and Welcome
  2. Problems, Algorithms and Programs
  3. Variables, Values and Types
  4. Arithmetic Expressions
  5. Input and Output (I/O)
  6. Conditionals
  7. Functions I
  8. Function Parameters
  9. Iteration
  10. Loop Development and Program Schemas
  11. Complex Conditions
  12. Functions and Design
  13. Pointer Parameters
  14. Arrays
  15. Linear & Binary Search
  16. Sorting
  17. Multidimensional Arrays
  18. Structures
  19. Strings
  20. Nested Data Structures
  21. File Input/Output.
  22. Course Wrap-up and Look Ahead
  23. Program Style
  24. Structuring Program Files
  25. Recursive Binary Search
  26. Recursion
  27. Switch Statement