CME 292 Lecture 1 Language Features

Numeric arrays

Introduction

  • High-level language for technical computing
    • Integrates computation, visualization, and programming
    • Sophisticated data structures, editing and debugging tools, object-oriented programing
  • MATrix LABoratory (MATLAB)
    • Highly optimized for matrix operations
    • Originally written to povide easy access to matrix software: LINPACK (linear system package) and EISPACK (eigen system package)
    • Basic element is array that does not require dimensioning
  • Highly interactive, interpreted programming language
    • Development time usually significantly reduced compared to complied languages
  • Very useful graphical debugger

 

猜你喜欢

转载自www.cnblogs.com/accepteddoge/p/cme292-lecture1.html
今日推荐