Google

Go to the first, previous, next, last section, table of contents.


vars

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.