Translations from R to the yacas computer algebra system.
从R到与yacas的计算机代数系统的翻译。
注意----------Note----------
The translation process occurs in several steps. If the input to the yacas function is an expression then it is translated to a valid yacas character string (otherwise, it is sent to yacas unprocessed). Yacas then processes the string and if retclass="expression" it is translated back to an R expression (otherwise it is sent back unprocessed). Currently supported translations are:
翻译过程中出现的几个步骤。如果输入到yacas函数是一个表达式,然后它被翻译为一个有效的与yacas字符串(否则,它被送到到与yacas未处理)。与yacas处理字符串,如果retclass="expression"它被翻译R的表达(否则它被发送回未加工的)。目前支持的语言的翻译:
</table>
</ TABLE>
———–
----
</table>
</ TABLE>
———–
----
</table>
</ TABLE>
Note the Limit example in demo(Ryacas) for adding translations on the fly.
请注意添加动态的翻译上的限制例如,在的演示(Ryacas)。