Difference between revisions of "Calculators + Utilities"

From UCSB Nanofab Wiki
Jump to navigation Jump to search
m (→‎Python Scripts: bolded titles)
m (→‎General Calculators: description for Anaconda/Python)
Line 26: Line 26:
 
=== General Calculators ===
 
=== General Calculators ===
 
* [https://www.anaconda.com/download/ Anaconda Python]
 
* [https://www.anaconda.com/download/ Anaconda Python]
** A full Matlab-like IDE and GUI, using the Python language. The '''''Spyder''''' interface is modeled after Matlab.
+
** A free Matlab-like IDE and GUI, using the Python language. The '''''Spyder''''' interface is modeled after Matlab.
** Includes the scientific Python libraries needed for array math (numpy), plotting (matplotlib), data science (pandas) and many others.
+
** Includes the scientific Python libraries needed for array math (numpy), plotting (matplotlib), data science (pandas) and many others. Many open-source packages are available to extend capabilities.
   
 
* [https://www.online-utility.org/math/math_calculator.jsp Octave Online Interpreter (online-utility.org)]
 
* [https://www.online-utility.org/math/math_calculator.jsp Octave Online Interpreter (online-utility.org)]

Revision as of 08:25, 9 November 2017

This page lists a few online calculators that are useful to lab users.

Fabrication Processes & Converters

Refractive Indices

Material Parameters

Wet Etching

General Calculators

  • Anaconda Python
    • A free Matlab-like IDE and GUI, using the Python language. The Spyder interface is modeled after Matlab.
    • Includes the scientific Python libraries needed for array math (numpy), plotting (matplotlib), data science (pandas) and many others. Many open-source packages are available to extend capabilities.

Python Scripts