|
Go to the first, previous, next, last section, table of contents.
- vars(obj)
-
:: obj に含まれる変数のリスト.
- return
-
リスト
- obj
-
任意
-
与えられた式に含まれる変数のリストを返す.
-
変数順序の高いものから順に並べる.
[0] vars(x^2+y^2+a^2);
[x,y,a]
[1] vars(3/abc+2*xy/efg);
[abc,xy,efg]
[2] vars([x,y,z]);
[x,y,z]
- 参照
-
section
var , section uc , section ord .
Go to the first, previous, next, last section, table of contents.
|