Mathematica入门习题[15]–函数的编写

王 茂南 2017年10月4日11:44:10
评论
683字阅读2分16秒

 

第十五题

 

Mathematica入门习题[15]–函数的编写

 

Clear["Global`*"]
f[x_] := 1/(0.1` + (-2 + x)^2) + 1/(0.01` + (-3 + x)^4);
a = {{1, 2}, {3, 4}};
MatrixForm[a]
f[a] // MatrixForm

 

Mathematica的函数带入的数据类型不是固定的,如这里即可以带入矩阵也可以只是普通的数

 

 

Mathematica入门习题[15]–函数的编写

 

 

  • 微信公众号
  • 关注微信公众号
  • weinxin
  • QQ群
  • 我们的QQ群号
  • weinxin
王 茂南
  • 本文由 发表于 2017年10月4日11:44:10
  • 转载请务必保留本文链接:https://mathpretty.com/8153.html
匿名

发表评论

匿名网友 填写信息

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: