-->
Home » , , , » Concalc is a calculator for the Linux console.
Saturday
29 March 2014

Concalc is a calculator for the Linux console.

Concalc is a calculator for the Linux console. It should also work on all other unix systems. Concalc is just the parser-algorithm of extcalc packed into a simple console program. You can use it if you have need a calculator in your shell.

This documentation refers to Concalc version 0.9.2.


Installation.
1. Unpack package: "tar -xzf concalc-0.9.2.tar.gz"
2. Change directory: "cd concalc-0.9.2"
3. Run configure: "./configure"
4. Compile program: "make"
5. Become root: "su"
6. Install files: "make install"

If all steps run without errors, you will be able to start concalc if you type concalc and any calculation you want into your console.

Download.

Usage.

Parameters.

The following command line options will work in this version:

-m mode
--mode mode

concalc

Set calculator mode.
This can be std for normal scientific calculations or base for logic operations and base-n calculations or script for running scripts
if you choose script mode, the last agrument must be the path to the script file, not the script itsself.

Example:
concalc -m base "10 | 5"

-b base
--base base

Set the base for base-n calculations.
base must be one of bin, hex, dec or oct. The default value is dec for decimal.
This option can only be used when mode is set to base.
Example:
concalc -m base -b bin "100101 | 110111"

-a angle type
--angle angle type

Set angle type for calculation
Arguments: deg (degrees), rad (radiant), gra (grade)
Example:
concalc -a deg "sin30"

-c
--complex

Enable complex numbers

-o output length
--output output length

Set maximum digits of output
Arguments: number between 2 and the max. possible length (normally 18)
Example:
concalc -o 5 "sqrt2"

-h
--help

Print a short help text.

-v
--version

Print version info

Syntax.

nput calculations into concalc:
concalc "input"
Example: concalc "2*(3+4/9)^3"

sqare root:
"sqrt value"
Example 1: sqrt12
Example 2: sqrt(12*(3+3.2²))

trigonometric functions and logarithms:
"function value"
Example: sin3.64+ln4.86
Known functions:
sin
cos
tan
asin
acos
atan
sinh
cosh
tanh
asinh
acosh
atanh
ln
log
lg

other roots:
exponent root value
Example (fourth root of nine): 4root9

differential calculation:
d/dx(function,x-value)
Example: (differential calculation of 2x^2-3x+3 at x=9): d/dx(2x^2-3x+3,9)

integration:
integ(function,start-value,end-value)
Example (integration of sinx+cosx between -1 and 3.2): integ(sinx+cosx,-1,3.2)

Variables:
It is possible to save results in 26 variables, which are represented by the letter A - Z.
Set variable:
asin0.45 ->A
Recall variable:
sinA

Number formats:
normal floating point:
12345
-124.35
-4.67e-6
complex numbers:
-2i
2.5+6i
-3.5i+4.2
with different bases (only integer values):
hex0F3C6
bin10011011
oct43532

Features.

This page collects suggestions for new features from the users of the program.
If you have an idea for a feature that should be added to Extcalc, please send a email to rainer1223@users.sourceforge.net. You will receive a short answer what will happen with your suggestion.
Before you make a suggestion, please have a look at the planned features list.

Planned Features
This is a list of the features that will be integrated into Extcalc during the beta state.
The main features have been integrated during the alpha phase.
  • add calculator support for reverse polish notation (RPN)
  • optimization of the script interpreter and graph drawing methods
  • symbolic calculation with systems of linear equations
  • optimize graphics window for long graphs
  • show syntax errors in calculator and graph functions
  • integration of Qt 4 layout management
New Features
This features have already been integrated into Extcalc during beta state.
  • Port to QT 4
  • redesigned user interface of all tabs
  • reorganisation and optimization of the calculator and script preprocessor functions
  • precise error messages
  • import/export function for graphs
  • comment line in function table
  • usage of logic operations and script commands for graph drawing and analysis
  • integrate list of numeric constants
  • open help file in an integrated browser
  • multithreading for graph calculation
  • optimization of the script parser methods
Main Features
This features have been integrated during the alpha phase.
  • user interface for calculator
  • user interface for graphics
  • mathematical parser with scientific functions
    • standard functions (+, -, *, /, ...)
    • trigonometric functions
    • logarithms
    • roots
    • exponential functions
    • variables
    • integration
    • differential calculation
  • drawing of graphs
    • normal graphs
    • polar graphs
    • parameter function graphs
    • 3D-graphs
    • dynamic graphs
    • complex graphs
  • function graph analysis
    • calculate x-value
    • calculate roots
    • Newton's Method
    • calculate y-values
    • calculate points of intersection
    • integration
    • differential calculation
  • base-n calculatons
  • logic functions
  • tables
  • script editor
  • script management
  • script console
  • scripting commands
    • for and while loop
    • if expression
    • arrays
    • break, continue, stop keywords
    • output functions: print, setcursor, clear
    • input functions: getkey, getline, keystate
    • script commands for file usage
    • 3D-graphics interface for scripting
    • 2D-graphics interface for scripting
  • script debugging messages
  • zooming and moving graphics window
  • saving screenshots of graphics window
  • drawing into graphics window
  • complex numbers
  • matrix calculations
  • vector calculations
  • matrix and vector operation support
    • matrix and vector calculator
    • solving linear equations
    • analyse matrices and vectors
    • generate matrices and vectors
  • statistic functions
    • approximation functions
    • interpolation functions
    • statistical analysis functions

Screenshots.



The graphics window of Extcalc

3D-Graphics in fullscreen mode

Tables window of Extcalc

The script editor and a script running in the script console of Extcalc

Saving screenshots and drawing with Extcalc

The statistics window of Extcalc and a result graph (gaussian normal distribution).

Matrix and Vector operations with Extcalc

If you liked this article, subscribe to the feed by clicking the image below to keep informed about new contents of the blog:

0 commenti:

Post a Comment

Random Posts

  • Difference between Super GRUB Disk and Super GRUB2 Disk
    21.08.2015 - 0 Comments
    Disk uses GRUB2, the differences between GRUB Legacy and GRUB2 also apply to the different versions of Super GRUB Disk: http://www.gnu.org/software/grub/manual/html_node/Changes-from-GRUB-Legacy.html#Changes-from-GRUB-Legacy Perhaps the most…
  • Musix Gnu Linux (collection of software for audio production, graphic design, video editing and general purpose applications) 2.0 released
    29.11.2009 - 0 Comments
    Musix GNU+Linux is a live CD and DVD Linux distribution for the IA-32 processor family based on Debian. It contains a collection of software for audio production, graphic design, video editing and general purpose applications. The initiator and…
  • Three goals of AA-Project
    15.11.2008 - 0 Comments
    Port all important software (like Doom, Second Reality, X windows etc..) on AA-lib. Port AA-lib on all available platforms (mainly ZX-Spectrum and Sharp). Force IBM to start manufacturing MDA cards again. AA-project was started by Jan Hubicka.…
  • Brackets is a free open-source editor written in HTML, CSS, and JavaScript.
    28.01.2016 - 0 Comments
    Brackets is a free open-source editor written in HTML, CSS, and JavaScript with a primary focus on Web Development. It was created by Adobe Systems, licensed under the MIT License, and is currently maintained on GitHub. Brackets is available for…
  • Tribal Trouble is a real-time strategy video game for Linux.
    01.02.2012 - 0 Comments
    Tribal Trouble is a real-time strategy video game for Linux. The game pits natives of tropical islands against invading Vikings. The game was developed by independent studio Oddlabs, and has won several awards, including four top 5 positions in…
  • Mssstest,  normalisation of disease scores for patients with Multiple Sclerosis.
    12.08.2010 - 0 Comments
    MSSStest is a program for implementing the method described in the article The Multiple Sclerosis Severity Score. R. Roxburgh S. Seaman et al. (2004), accepted for publication by Neurology. It calculates MSSS scores and uses these scores to test…
  • Installing GeNIE on Centos, Chapter I.
    17.07.2012 - 0 Comments
     Installing Cent OS 5 a. You will presented with a screen similar to the following booting up Cent OS CD. Press Enter Key. b. It's the testing screen. Press skip button to skip. c. Press Next button to the following screen. …
  • Cantor or a successfull integration in the KDE Community.
    17.03.2014 - 0 Comments
    Cantor is a free software mathematics application for scientific statistics and analysis.It is part of the KDE Software Compilation 4, and was introduced with the 4.4 release as part of the KDE Education Project's kdeedu package. Features. Cantor…
  • Tucnak is a VHF contest logbook executable on Linux operating system and also for other UNIX like operating systems.
    26.07.2010 - 0 Comments
    Tucnak is a VHF contest logbook. Tucnak is executable on Linux operating system and also for other UNIX like operating systems. The source of inspiration for Tucnak was the DOS program TACLog (Author: Bo, OZ2M) as Lada, OK1ZIA freely admits. In…
  • EDE small and fast desktop environment.
    19.05.2012 - 0 Comments
     EDE is small desktop environment built to be responsive, light in resource usage and to have familiar look and feel. It runs on Linux, BSD, Solaris, Minix, Zaurus and even on XBox. Previous 1.x versions were based on a modified version of…

Recent Posts

Recent Posts Widget

Popular Posts

Labels

Archive

page counter follow us in feedly
 
Copyright © 2014 Linuxlandit & The Conqueror Penguin
-->