码迷,mamicode.com
首页 > 其他好文 > 详细

志强的数学题

时间:2019-02-02 15:51:29      阅读:170      评论:0      收藏:0      [点我收藏+]

标签:var   glob   attr   clear   lob   set   product   rod   tensor   

Clear["Global`*"] (*Clear all variables*)
(*
下面计算一个代数,把代数定义成为一个函数,然后给函数赋予attribute.


*)

f[x1, x1] := x0 + a1 x1 + x2
f[x1, x2] := x1 + a2 x2 + x3
f[x1, x3] := x2 + a3 x3 + x4
f[x1, x4] := x3 + a4 x4


SetAttributes[f, Orderless]

f[x1, x1]

 

x0 + a1 x1 + x2

Set::write: Tag TensorProduct in x1\[TensorProduct]x1 is Protected.

x0 + a1 x1 + x2

x1\[TensorProduct]x1

志强的数学题

标签:var   glob   attr   clear   lob   set   product   rod   tensor   

原文地址:https://www.cnblogs.com/zhangbo2008/p/10348522.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!