Speed up your Angular schematics development with useful helper functions - Angular inDepth

By inDepthDev - 2021-01-24

Description

Angular CLI schematics offer us a way to add, scaffold and update app-related files and modules. You'll be guided through some common but currently undocumented helper functions you can use to achieve ...

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. Frontend (0.12)
  2. Management (0.07)
  3. Coding (0.06)

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 ...