Wingetlywingetly
← All apps

MathGV

by MathGVv4.1.0

Last updated

Function Plotting Software

Install with winget

$ winget install --id GregVanMullem.MathGV --exact --version 4.1.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for MathGV

MathGV uses MSI. The silent install switches are /quiet /norestart.

One-line silent install (x86)
msiexec.exe /i MathGV4_1_Setup.msi /quiet /norestart

See the full silent install reference for MathGV

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

MathGV is a mathematical function graphing software program for Windows XP, Vista and Windows 7. MathGV 4.1 has been relicensed under the free open source GNU General Public License Version 3.

MathGV can plot 2 dimensional, parametric, polar, and 3 dimension functions. MathGV contains no spyware, adware or similar problematic features. After years of using clumsy scrolling command line oriented math programs in college, I decided to write a math program with the interface that I wanted. The MathGV interface is dialogue driven and allows changes to any setting at any time with immediate results. This instant visual feedback makes mathematical functions much easier to understand.

Installers · v4.1.0

ArchitectureTypeScopeInstallDownload
x86MSI-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for MathGV.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • ObsidianObsidian
    Obsidian.Obsidianv1.13.7

    Obsidian is the private and flexible writing app that adapts to the way you think.

  • Logisim-evolutionlogisim-evolution developers
    logisim-evolution.logisim-evolutionv5.0.0

    Digital logic design tool and simulator

  • draw.ioJGraph
    JGraph.Drawv31.4.5

    A diagramming desktop app based on Electron that wraps the core draw.io editor.

  • NVIDIA DisplayID Firmware UpdaterNVIDIA Corporation
    Nvidia.DisplayIDFirmwareUpdaterv1.1.0

    Tool to check if certain NVIDIA 30xx graphics need a patch if the screen goes blank on boot until Windows is loaded.

  • GraphPad PrismGraphPad Software LLC
    GraphPad.Prismv11.0.2092

    Analyze, graph and present your scientific work.

  • FigmaFigma, Inc.
    Figma.Figmav126.9.9

    The Collaborative Interface Design Tool

More from MathGV or browse diagram, graph, graphics.

Frequently asked questions

How do I install MathGV on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id GregVanMullem.MathGV --exact --version 4.1.0. winget downloads the installer from MathGV and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install MathGV silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id GregVanMullem.MathGV --exact 4.1.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for MathGV?
MathGV uses MSI. Run the downloaded installer with: msiexec.exe /i MathGV4_1_Setup.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall MathGV via winget?
Run: winget uninstall --id GregVanMullem.MathGV --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from MathGV's Apps & Features entry.
Is MathGV free?
MathGV is distributed under GPL-3.0. Refer to the publisher (http://www.mathgv.com/download.html) for the full license terms - Wingetly itself does not charge for installation.
Does MathGV work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls MathGV directly from the publisher.
How do I keep MathGV up to date?
Run winget upgrade --id GregVanMullem.MathGV --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of MathGV from microsoft/winget-pkgs.