\documentclass{article}
\usepackage{pgfkeys,diagbox,tikz}
\usepackage{mathabx,amsmath}
\usepackage{xepersian}
\settextfont{Yas}
\setdigitfont{Yas}
\begin{document}
\usetikzlibrary{positioning,decorations.pathreplacing,matrix}
\usetikzlibrary{mindmap,trees,shadows}
\usetikzlibrary{patterns}
\tikzstyle{state}=[thick,scale=1]
\[
A^{*} O R=
\begin{pmatrix}
0 & 0.4 & 0.8 & 1 \\
\end{pmatrix} O
\begin{tikzpicture}
\matrix [matrix of math nodes, left delimiter=( , right delimiter=)]
{
\node {1} ; & \node{1}; & \node{1}; & \node{1}; \\
\node {0.8} ; & \node{0.8}; & \node{0.8}; & \node{0.8}; \\
\node {0.3} ; & \node{0.3}; & \node{0.7}; & \node{0.7}; \\
\node {0.1} ; & \node{0.3}; & \node{0.8}; & \node{1}; \\
};
\node [state](A)[yshift=14mm,xshift=-12mm] {$100$};
\node [state](B)[yshift=14mm,xshift=-3mm] {$300$};
\node [state](C)[yshift=14mm,xshift=4mm] {$500$};
\node [state](D)[yshift=14mm,xshift=11mm] {$700$};
\node [state](F)[yshift=8mm,xshift=-22mm] {$0$};
\node [state](G)[yshift=3mm,xshift=-22mm] {$50$};
\node [state](H)[yshift=-8mm,xshift=-22mm] {$100$};
\node [state](I)[yshift=-2mm,xshift=-22mm] {$150$};
\end{tikzpicture}
=
\begin{pmatrix}
0.4 & 0.4 & 0.8 & 1 \\
\end{pmatrix}
\]
\end{document}
توسط
amanaty
(59 امتیاز)