Support Support

Frequently Asked Questions (FAQ) Häufig gestellte Fragen (FAQ)

The FAQ answers frequently asked questions about MuPAD Pro 4. If you cannot find the answer you need, please ask our support team. Das FAQ (Frequently Asked Questions) beantwort häufig gestellte Fragen über MuPAD Pro 4. Wenn Sie keine passende Antwort auf Ihre Frage finden, dann wenden Sie sich bitte an unser Support-Team.

Installation Installation

  1. rpm / dpkg does not install MuPAD Pro 4 on my AMD64 Linux system. rpm / dpkg installiert MuPAD Pro 4 nicht auf meinem AMD64 Linux-System.
    MuPAD Pro 4 is a 32bit application. With rpm additionally use option --ignorearch:
    rpm --ignorearch -Uhv <mupad_package>.rpm
    With dpkg additionally use option --ignorearch:
    dpkg --force-architecture -i <mupad_package>.deb
    MuPAD Pro 4 ist eine 32bit Anwendung.
    Für rpm setzen Sie zusätzlich die Option --ignorearch:
    rpm --ignorearch -Uhv <mupad_package>.rpm
    Für dpkg setzen Sie zusätzlich die Option --force-architecture:
    dpkg --force-architecture -i <mupad_package>.deb
  2. YAST does not install MuPAD Pro 4 on my AMD64 SuSE Linux system. YAST installiert MuPAD Pro 4 nicht auf meinem AMD64 SuSE Linux System.
    MuPAD Pro 4 is a 32bit application. YAST seems to have a problem with that. Use the command rpm --ignorearch -Uhv <mupad_package>.rpm in a root shell. MuPAD Pro 4 ist eine 32bit Anwendung. YAST scheint Probleme damit zu haben. Verwenden Sie den Befehl rpm --ignorearch -Uhv <mupad_package>.rpm in einer root-Shell.
  3. MuPAD Pro 4 does not run on my AMD64 system with Linux MuPAD Pro 4 läuft nicht auf meinem AMD64 System unter Linux
    MuPAD Pro 4 is a 32-bit application. On 64bit architectures the 32bit compatibility libraries must be installed. For Ubuntu, e.g., these are available in the package ia32-libs. Corresponding packages are available for other Linux distributions. MuPAD Pro 4 ist eine 32-bit Anwendung. Unter 64bit Architekturen müssen daher die 32-Bit Kompatibilitäts-Libraries installiert sein. Unter Ubuntu sind diese beispielsweise im Paket ia32-libs enthalten. Für andere Linux Distributionen gilt ähnliches.
  4. Problems with 3D graphics using an Intel 950 graphics card. Problem mit 3D Graphik bei Verwendung einer Intel 950 Grafikkarte.
    Its a bug in the graphics driver. Refer to ticket http://www.mupad.de/trac/ticket/2074 of our bug tracking system. Es handelt sich um einen Fehler im Grafiktreiber. Bitte schauen Sie in das Ticket http://www.mupad.de/trac/ticket/2074 unseres Bug Tracking Systems.
  5. On Windows MuPAD Pro 4 only displays the message Can't write to file.... Unter Windows zeigt MuPAD Pro 4 nur die Meldung Can't write to file....
    Do you have a non-western (e.g. asian) locale? Install the latest MuPAD Pro 4 Service Release. Sind Ihre Zugriffrechte korrekt gesetzt? Bitte prüfen und korrigieren. Sie haben eine nicht-westlich locale (beispielsweise asiatisch) gesetzt? Installieren Sie das aktuelle MuPAD Pro 4 Service Release.
  6. MuPAD Pro 4 on MacOS X: Formulas are not displayed correctly MuPAD Pro 4 on MacOS X: Formeln werden nicht richtig angezeigt
    Check, if the folders ~/Library/Fonts or /Library/Fonts contains the MuPAD Pro 3 fonts SF Math Ext or SF Math Open Face. Remove the font files (MuPAD Pro 3 must not be running at this time.) Restart MuPAD Pro 4. Prüfen Sie, ob sich in den Ordnern ~/Library/Fonts oder /Library/Fonts die MuPAD Pro 3 Zeichensätze mit den Namen SF Math Ext oder SF Math Open Face befinden. Löschen Sie diese (MuPAD Pro 3 darf zu diesem Zeitpunkt nicht laufen.) Starten MuPAD Pro 4 neu.
  7. Problems with rendering math formulas on a japanese MacOS X system. Probleme mit der Formeldarstellung auf einem japanischen MacOS X System.
    The font management tool EGBridge is installed on your MacOS X? There is a known conflict between MuPAD Pro 4 and EGBridge. Please try the following:
    1. Quit MuPAD Pro 4.
    2. Open the MuPAD Pro 4 application package and navigate to Contents/Fonts and copy the fonts SFMATEXT.TTF and SFMAOFRG.TTF into the folder ~/Library/Fonts or /Library/Fonts.
    3. After restarting MuPAD Pro, formulas typesetting should work.
    Das Font Management Tool EGBridge ist auf Ihrem MacOS X installiert? Es gibt einen bekannten Konflikt zwischen MuPAD Pro 4 und EGBridge. Versuchen Sie folgendes:
    1. Beenden Sie MuPAD Pro 4.
    2. Öffnen Sie das MuPAD Pro 4 Application Package und darin Contents/Fonts. Kopieren Sie die Zeichensätze SFMATEXT.TTF und SFMAOFRG.TTF in den Ordner ~/Library/Fonts oder /Library/Fonts.
    3. Nach dem Neustart von MuPAD Pro sollte die Formeldarstellung korrekt funktionieren.

Mathematics Mathematik

  1. MuPAD Pro says x * (x+1) is not x^2 + x MuPAD Pro sagt x * (x+1) ist nicht gleich x^2 + x
    Use testeq(x * (x+1) = x^2 + x) instead of bool(x * (x+1) = x^2 + x). The function bool only checks if two expressions are syntactically equal, whereas testeq checks if two expressions are equivialent. Verwenden Sie testeq(x * (x+1) = x^2 + x) anstatt bool(x * (x+1) = x^2 + x). Die Funktion bool prüft ob zwei Ausdrücke syntaktisch gleich sind, während testeq die Äquivalenz zweier Ausdrücke prüft.

User-Interface Benutzer-Oberfläche

  1. Copy & Paste to Microsoft® Office® Word® partially fails Kopieren und Einfügen in Microsoft® Office® Word® funktioniert nicht richtig
    Use the menu item EditInsert Contents... to insert the clipboard contents into Microsoft® Office® Word®. Choose RichText if you want to insert MuPAD Pro 4 formulas and Grafics as well. Note: By default Microsoft® Office® Word® inserts the Html-coded part of the clipboard, which can not hold graphics. Verwenden Sie beim Einfügen in Microsoft® Office® Word® den Menüpunkt BearbeitenInhalte einfügen.... Wählen Sie dort RichText aus, um Formeln und Grafik aus MuPAD Pro 4 mit zu übernehmen. Anmerkung: Microsoft® Office® Word® greift standardmäßig auf den HTML-kodierten Teil des Clipboards zu, der keine Bilder enthalten kann.