Search found 3 matches

by Matheux
Mon Aug 18, 2014 6:08 pm
Forum: Math & Science
Topic: Help to make a matrix with tikz
Replies: 2
Views: 7343

Help to make a matrix with tikz

I do this :

Code: Select all

\node[color=black] at ([shift={(-17mm,-8mm)}]m-3-1.north) {$\Mat_{\mathscr{B},\mathscr{B}'}(f)=$};
Now my question is, that is what I have done is very correct?
by Matheux
Mon Aug 18, 2014 6:01 pm
Forum: Math & Science
Topic: Help to make a matrix with tikz
Replies: 2
Views: 7343

Help to make a matrix with tikz

I just do this:

Code: Select all

\node[color=blue](C) at ([shift={(-17mm,-5mm)}]m-6-1.south) {Composantes du vecteur $f(e_j)$ dans la base $\mathcal{B}'$};
I await your solutions concerant the other problem.
Thanks.
by Matheux
Mon Aug 18, 2014 5:36 pm
Forum: Math & Science
Topic: Help to make a matrix with tikz
Replies: 2
Views: 7343

Help to make a matrix with tikz

Hello there;
I would like to modify this code :

\documentclass{article}
\usepackage{amsmath,mathrsfs}
\usepackage{tikz}
\usetikzlibrary{matrix,positioning,fit}
\DeclareMathOperator{\Mat}{Mat}
\begin{document}
\begin{equation*}
\Mat_{\mathscr{B},\mathscr{B}'}(f)=
\begin{tikzpicture} [baseline=(m ...