Graphics, Figures & Tables ⇒ Display Augmented Matrices with manipulations
-
- Posts: 5
- Joined: Mon Oct 10, 2022 10:56 am
Display Augmented Matrices with manipulations
I want to display matrix manipulations like in the attached image (what I mean is for example the 10 * I above the = sign). I am not sure how to write the LaTeX-code for this. Thank you in advance for your help.
- Attachments
-
- Pic 1.png (55.28 KiB) Viewed 2404 times
TikZ book: Now 40% off at Amazon for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10319
- Joined: Mon Mar 10, 2008 9:44 pm
Display Augmented Matrices with manipulations
LaTeX.org admin
-
- Posts: 5
- Joined: Mon Oct 10, 2022 10:56 am
Display Augmented Matrices with manipulations
Thank you Stefan, Yet I don‘t know how to insert math text above the arrows.
- Stefan Kottwitz
- Site Admin
- Posts: 10319
- Joined: Mon Mar 10, 2008 9:44 pm
Display Augmented Matrices with manipulations
Hi David,
it's described in the manual, the link was above, in 4.9 Extensible arrows. Like
Stefan
it's described in the manual, the link was above, in 4.9 Extensible arrows. Like
Code: Select all
\xrightarrow{10\cdot I}
LaTeX.org admin