Search found 9 matches

by vinc
Sun May 10, 2020 12:09 am
Forum: Math & Science
Topic: convert matrix to system
Replies: 3
Views: 2552

convert matrix to system

Hello

There are still bugs, I put them on the post below.

Image

Thank you!
See you soon
by vinc
Sat May 09, 2020 9:39 pm
Forum: Math & Science
Topic: convert matrix to system
Replies: 3
Views: 2552

convert matrix to system

Hello

I would like to display with LaTeX the start of calculation below

https://nsa40.casimages.com/img/2020/05/09/200509090952317746.png

A.X=0 \Longleftrightarrow

\[M(A)=\left(
\begin{array}{*{2}{c}}

4&-2\\
5&-3\\



\left(
\begin{array}{*{1}{c}}

X\\
Y

\end{array} \right)\] =0 ...
by vinc
Wed Nov 13, 2019 11:07 pm
Forum: Math & Science
Topic: laTex for physics.
Replies: 1
Views: 2057

laTex for physics.

Good evening

My future vocation is to be an astrophysicist.

Would like to know what are the graphical possibilities of laTex.

Can we do mathematical graphs?

Make drawings?

See you soon.
by vinc
Sun Nov 03, 2019 8:46 pm
Forum: Math & Science
Topic: Display the determinant of a matrix with the rule of Sarrus.
Replies: 10
Views: 21878

Display the determinant of a matrix with the rule of Sarrus.

Thank you very much !

Sorry for my inattention.

See you soon...
by vinc
Sun Nov 03, 2019 6:40 pm
Forum: Math & Science
Topic: Display the determinant of a matrix with the rule of Sarrus.
Replies: 10
Views: 21878

Display the determinant of a matrix with the rule of Sarrus.

good evening

I almost arrived there, it misses the lines of the table.

$det(B)=$
\begin{tikzpicture}[baseline = (m-2-2.base)]
\matrix (m) [matrix of math nodes,
row sep = .5em, column sep = .5em,
every node/.style = {anchor = base east}] {
\ 1 & 1 & 0 & \ 1 & 1 \\
-1 & 2 &-1 &- 1 & 2 \\
-1 ...
by vinc
Sat Nov 02, 2019 7:19 pm
Forum: Math & Science
Topic: Display the determinant of a matrix with the rule of Sarrus.
Replies: 10
Views: 21878

Display the determinant of a matrix with the rule of Sarrus.

good evening

There is one more problem.

Here is the code below.

$det(B)= $

\begin{tikzpicture}[baseline = (m-2-2.base) ]
\matrix (m) [matrix of math nodes,
row sep = .5em, column sep = .5em,
every node/.style = {anchor = base east}] {
1&1&0&1&1 \\
-1&2&-1&-1&2 \\
-1&-1&3&-1&-1 \\

};

(m ...
by vinc
Sat Nov 02, 2019 5:49 am
Forum: Math & Science
Topic: Display the determinant of a matrix with the rule of Sarrus.
Replies: 10
Views: 21878

Display the determinant of a matrix with the rule of Sarrus.

Hello

It did not work, it looks like it is missing a package.

Here is a screenshot of the error.
https://nsa40.casimages.com/img/2019/11/02/191102043913517007.png


Here is the code.

\documentclass[11pt,a4paper]{scrbook}
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern ...
by vinc
Thu Oct 31, 2019 9:23 pm
Forum: Math & Science
Topic: Display the determinant of a matrix with the rule of Sarrus.
Replies: 10
Views: 21878

Display the determinant of a matrix with the rule of Sarrus.

Good evening



here is the code

\usepackage[frenchb]{babel}
\usepackage{array, mathtools}
\usepackage{amsmath,amsfonts,amssymb}

\documentclass[11pt,a4paper]{scrbook}

$det(B)=
\begin{array}{|ccc|cc|}
1 & 1 & 0 & 1 & 1\\
-1 & 2 & -1 & -1 & 2\\
-1 &-1 & 3 & -1 & -1\\
\end{array}$


\end{document ...
by vinc
Fri Oct 25, 2019 7:30 pm
Forum: Math & Science
Topic: Display the determinant of a matrix with the rule of Sarrus.
Replies: 10
Views: 21878

Display the determinant of a matrix with the rule of Sarrus.

Good evening

I would like to realize a LaTex page with the calculation of the determinant of a matrix with the rule of Sarrus.

I found this tutorial.

https://tex.stackovernet.com/fr/q/103579

It does not work, I get lots of mistakes.

On my computer I have MikeTex.

See you soon