名前: やっさん 日時: 2005-10-17 15:47:47 IPアドレス: 133.1.142.*
行列の点々を書くときに, \cdots, \vdots, \ddots を使っているのですが, 下記のような行列を書くと, 要素の横幅が長いところ(b_i + d_i)が存在するために \ddots では続いている感じがうまく表現できません. \ddotsの角度を変えることができれば, うまく表現できると思うのですが. これにはどうすればよいのでしょうか? アドバイスをよろしくお願いします. \documentclass{jsarticle} \usepackage{amsmath} \usepackage{txfonts} \begin{document} \begin{equation} \begin{bmatrix} a_1 &b_1+d_1 &c_1 & & & & \\ &a_2 &b_2+d_2 &c_2 & & & \\ & &a_3 &b_3+d_3 &c_3 & & \\ & & &\ddots &\ddots &\ddots & \\ & & & &a_{n-1} &b_{n-1}+d_{n-1}&c_{n-1} \\ & & & & &a_n &b_n+d_n \end{bmatrix} \end{equation} \end{document}
この書き込みへの返事: