Search for a tool
Transition Matrix

Tool for calculating a transition matrix (change of basis) based on a homothety or rotation in a vector space and coordinate change calculations.

Results

Transition Matrix -

Tag(s) : Matrix

Share
Share
dCode and more

dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!


Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!


Feedback and suggestions are welcome so that dCode offers the best 'Transition Matrix' tool for free! Thank you!

Transition Matrix

Transition Equations Calculator

Loading...
(if this message do not disappear, try to refresh this page)

Rotation Matrix Calculator

From rotation data in 3D





From 2 vectors (any dimension)


Loading...
(if this message do not disappear, try to refresh this page)

Loading...
(if this message do not disappear, try to refresh this page)

Homothety Matrix Calculator



Answers to Questions (FAQ)

What is a transition matrix? (Definition)

The transition matrix is the matrix allowing a calculation of change of coordinates according to a homothety or a rotation in a vector space.

How to calculate change of basis equations?

From a transformation matrix $ P $ (also called base change of basis matrix), any vector $ v $ then becomes the vector $ v' $ in the new base by the computation (dot / multiplication">matrix product) $$ v' = P.v $$

Example: $ \begin{bmatrix} v_1' \\ v_2' \end{bmatrix} = \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix} . \begin{bmatrix} v_1 \\ v_2 \end{bmatrix} $

How to calculate a rotation matrix?

From a rotation angle $ \alpha $ (trigonometric direction) and an axis, the rotation matrix is written as (rotation around the axis $ z $) $$ \begin {bmatrix} \cos \alpha & - \sin \alpha & 0 \\ \sin \alpha \cos \alpha & 0 \\ 0 & 0 & 1 \ \end{bmatrix} $$

From 2 vectors (the original and the destination one), it is possible to generate an equation system to solve to find the values of $ \alpha $ and the axis.

How to calculate a homothety matrix?

From the value of the scaling factor $ k $ (homothety assumed to be uniform throughout the vector space of size $ n $), the passing matrix is given by the formula $ k.I_n $ (with $ I_n $ the identity matrix).

Source code

dCode retains ownership of the "Transition Matrix" source code. Any algorithm for the "Transition Matrix" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Transition Matrix" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) or any database download or API access for "Transition Matrix" or any other element are not public (except explicit open source licence like Creative Commons). Same with the download for offline use on PC, mobile, tablet, iPhone or Android app.
Reminder: dCode is an educational and teaching resource, accessible online for free and for everyone.

Cite dCode

The content of the page "Transition Matrix" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source. Exporting the results is free and can be done simply by clicking on the export icons ⤓ (.csv or .txt format) or ⧉ (copy and paste).
To cite dCode.fr on another website, use the link: https://www.dcode.fr/matrix-change-basis
In a scientific article or book, the recommended bibliographic citation is: Transition Matrix on dCode.fr [online website], retrieved on 2025-04-16, https://www.dcode.fr/matrix-change-basis

Need Help ?

Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!

Questions / Comments

Feedback and suggestions are welcome so that dCode offers the best 'Transition Matrix' tool for free! Thank you!


https://www.dcode.fr/matrix-change-basis
© 2025 dCode — The ultimate collection of tools for games, math, and puzzles.
 
Feedback