複素共役 TOPXML,XSL数式表現用XML複素共役公開: 2015-05-06更新: 2015-05-06目次 概要利用方法サンプルXSL templatestyle sheet 概要 共役複素数(右上に*を付ける) 利用方法 <conjugate>共役にしたい式</conjugate> サンプル z=a+ib, <conjugate>z</conjugate>=a−ib z=a+ib, z*=a−ib XSL template <xsl:template match="ufcpp:conjugate"> <xsl:apply-templates/><sup>*</sup> </xsl:template> style sheet 微分のd →← 条件分岐