Build a REST API with Node, Express and MongoDB

By DEV Community - 2021-01-07

Description

APIs are a very common thing nowadays. They are used literally everywhere on the website. APIs serve...

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. Database (0.26)
  2. Backend (0.23)
  3. Frontend (0.22)

Similar Articles

A Guide to Securing Node.js Applications

By DEV Community - 2021-01-01

The one thing that developers tend to considers at the end of the development cycle is the “security”... Tagged with node, security.