1 <?xml version="1.0" encoding="UTF-8"?>
3 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
4 * Copyright (C) 2008 - INRIA
6 * Copyright (C) 2012 - 2016 - Scilab Enterprises
8 * This file is hereby licensed under the terms of the GNU GPL v2.0,
9 * pursuant to article 5.3.4 of the CeCILL v.2.1.
10 * This file was originally licensed under the terms of the CeCILL v2.1,
11 * and continues to be available under such terms.
12 * For more information, see the COPYING file which you should have received
13 * along with this program.
16 <refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org" xml:lang="ja" xml:id="amell">
18 <refname>amell</refname>
19 <refpurpose>ヤコビのam関数</refpurpose>
23 <synopsis>[sn]=amell(u,k)</synopsis>
31 <para>実数スカラーまたはベクトル</para>
43 <para>実数スカラーまたはベクトル</para>
51 ヤコビの楕円関数 <literal>am(u,k)</literal>を計算します.
53 <literal>k</literal> はパラメータ, <literal>u</literal> は引数です. <literal>u</literal>
54 はベクトル, <literal>sn</literal> は(要素毎の)計算値のベクトルです.
55 関数<literal>ellipj()</literal>で使用されます.
58 <refsection role="see also">
60 <simplelist type="inline">
62 <link linkend="delip">delip</link>
65 <link linkend="ellipj">ellipj</link>
68 <link linkend="percentk">%k</link>