geogebra

geogebra 5-0-785-0

Dynamic mathematics software with graphics, algebra and spreadsheets

<rendered-html><p>Dynamic mathematics software for all levels of education that brings together geometry, algebra, spreadsheets, graphing, statistics and calculus in one easy-to-use package.</p> </rendered-html>

https://www.geogebra.org/
GNU General Public License v3.0Creative Commons Attribution Non Commercial Share Alike 3.0GeoGebra Non-Commercial License Agreement
programs: -
Platforms (25)
mipsel-linuxs390x-linuxsh4-linuxarmv6l-linuxmips-linuxpowerpc-linuxpowerpc64-linuxarmv7a-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  geogebra
];
Ad-hoc shell
nix-shell -p geogebra
Flake (nix run)
nix run nixpkgs#geogebra