• mathematica下载 > Mathematica 编程语言基础
  • Mathematica 编程语言基础

    免费下载 下载该文档 文档格式:PPT   更新时间:2011-09-13   下载次数:0   点击次数:1

    1  

    Mathematica 

    编程语言基础 

    专题5:编程

    2  

    纯函数 

    没有名字的函数,可用如下方式定义

    • Function[x, body] or Function[{x1,x2,…}, body]
    • Body& 自变量为#1, #2, #3….
     

    纯函数省去了函数命名,常常与Map, Apply, Nest等函数结合使用

    3  

    • #  表示纯函数第一个变量
    • #n  表示纯函数第n个变量
    • ##  表示纯函数第所有变量序列
    • ##n 表示纯函数从第n个变量开始的变量序列

    4  

    具有非符号头部的表达式 

    这是由纯函数所产生的一种结果

    5

    6  

    一些常用函数运算 

    • Composition[f,g,…] 函数的复合,相当于f@g@
    • InvereFunction[f] f的反函数
    • Identity   恒等函数
    • Through[p[f1, f2][x]] 给出p[f1[x], f2[x]]
    • Operate[p, f[x]] 给出p[f][x]

    7

    8  

    模式的命名(pattern) 

    • _   任意表达式
    • x_   名为x的任意表达式
    • 下一页

  • 下载地址 (推荐使用迅雷下载地址,速度快,支持断点续传)
  • 免费下载 PPT格式下载
  • 您可能感兴趣的
  • mathematica8.0下载  mathematica免费下载  mathematica软件下载  mathematica7下载  mathematica5下载  mathematica4.1下载  mathematica中文下载  mathematica  mathematica8.0教程