38 lines
1.3 KiB
Markdown
38 lines
1.3 KiB
Markdown
---
|
|
title: "Sysquake"
|
|
chunk: 1/1
|
|
source: "https://en.wikipedia.org/wiki/Sysquake"
|
|
category: "reference"
|
|
tags: "science, encyclopedia"
|
|
date_saved: "2026-05-05T12:18:17.346871+00:00"
|
|
instance: "kb-cron"
|
|
---
|
|
|
|
Sysquake is a numerical computing environment and a programming language mostly-compatible with MATLAB. It offers facilities for interactive graphics which give insights into the problems being analyzed. It is used in teaching, research, and engineering.
|
|
Sysquake supports two kinds of codes: libraries (collections of related functions which extend Sysquake capabilities), and SQ files, applications with interactive graphics which can have their own menus. Sysquake Pro can also be extended with plugins.
|
|
|
|
|
|
== Code ==
|
|
Several applications share a large part of Sysquake code:
|
|
|
|
Sysquake Application Builder
|
|
program which creates stand-alone executable applications (bundled with Sysquake Pro)
|
|
Sysquake for LaTeX
|
|
Sysquake's language and graphics directly in LaTeX (package file and compiled application)
|
|
Libraries are usually compatible with all these applications.
|
|
|
|
|
|
== History ==
|
|
Sysquake 3 supported MySQL and SQLite databases, TCP/IP and audio input and output.
|
|
|
|
|
|
== See also ==
|
|
List of numerical analysis software
|
|
|
|
|
|
== References ==
|
|
|
|
|
|
== External links ==
|
|
The Sysquake product page at Calerga
|
|
Using lpsolve from Sysquake at mit.edu |