Getting Started with Modern JavaScript  —  Variables and Scope - J

By inDepthDev - 2021-01-22

Description

In this article, we introduce variables and scope in JavaScript.

Summary

  • Orthogonal Matrix What is an Orthogonal Matrix?
  • In terms of geometry, orthogonal means that two vectors are perpendicular to each other.
  • Additionally you may select any two rows and find that the same property holds, as the transpose of an orthogonal matrix is itself an orthogonal matrix.
  • Because the transpose preserves the determinant, it is easy to show that the determinant of an orthogonal matrix must be equal to 1 or -1.

 

Topics

  1. Mobile (0.13)
  2. Frontend (0.1)
  3. UX (0.05)

Similar Articles

RxJS in Angular: Part III - RxJS inDepth

By inDepthDev - 2021-01-22

In my previous two articles we have discussed how to change our components which solve problems in imperative ways to do that in functional, reactive, RxJS way, and we of course had a lot of fun doing ...