数学演示 Mathdemos |
坎迪多恒等式 Candido's identity Paley graph About Archive Tags

#sagecell sagecell example

SageCell示例

简单计算

交互式计算

@interact def _(a=(1, 10)): print(factorial(a))