feed icon rss

Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
  • 1
    Book
    Book
    Heidelberg [u.a.] :Spektrum, Akad. Verl.,
    UID:
    almafu_BV010521361
    Format: X, 480 S. : , graph. Darst.
    ISBN: 3-86025-674-2
    Series Statement: Hochschultaschenbuch
    Language: German
    Subjects: Mathematics
    RVK:
    RVK:
    Keywords: Numerische Mathematik
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    UID:
    b3kat_BV042448542
    Format: 1 Online-Ressource (XIII, 418S.)
    ISBN: 9783642979095 , 9783540435730
    Note: Diese Einführung erläutert Ihnen den grundsätzlichen Umgang mit dem Softwarepaket MuPAD und gibt einen Einblick in die umfangreichen mathematischen Fähigkeiten dieses Systems. MuPAD ist ein sogenanntes Computeralgebra-Paket, das im Wesentlichen an der Universität-Gesamthochschule Paderborn entwickelt wird. Diese Einführung richtet sich an Mathematiker, Ingenieure, Informatiker , Naturwissenschaftler, allgemeiner an alle, die mathematische Berechnungen für ihren Beruf oder in der Ausbildung benötigen. Ganz allgemein ausgedrückt richtet sich das Buch an jeden, der die Fähigkeiten eines modernen Computeralgebra-Systems für sich nutzbar machen will. MuPAD stellt dem Benutzer Algorithmen zur Verfügung, mit denen eine große Klasse mathematischer Objekte und damit verknüpfter Rechenaufgaben behandelt werden kann. Beim Arbeiten mit dieser Einführung ist es möglich, daß Sie auf Ihnen unbekannte mathematische Begriffe wie beispielsweise Ringe oder Körper treffen. Es ist nicht Ziel dieser Einführung, die mathematischen Hintergründe der auftretenden Objekte zu erklären. Für das Verständnis dieses Textes ist ein fundiertes mathematisches Grundwissen aber auch keineswegs zwingend (wenngleich sicherlich hilfreich). Weiterhin wird man sich oft fragen, mit welchen Algorithmen MuPAD ein Problem löst. Die interne Arbeitsweise der MuPAD-Funktionen wird hier nicht angesprochen: es ist nicht beabsichtigt, eine allgemeine Einführung in die Computeralgebra und ihre Algorithmen zu geben, wozu auf die entsprechenden Lehrbücher wie etwa [GCL 92] oder [GG 99] verwiesen sei. Dieser Text soll einen elementaren Einstieg in die Benutzung von MuPAD ermöglichen
    Language: German
    Keywords: MuPAD ; MuPAD 3.0
    URL: Volltext  (lizenzpflichtig)
    URL: Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    Berlin, Heidelberg :Springer Berlin Heidelberg,
    UID:
    almahu_9947363148002882
    Format: XIII, 415 p. 39 illus. , online resource.
    Edition: Second Edition.
    ISBN: 9783642593048
    Content: This book explains the basic use of the software package called MuPAD and gives an insight into the power of the system. MuPAD is a so-called com­ puter algebra system, which is developed mainly by Sciface Software and the MuPAD Research Group of the University of Paderborn in Germany. This introduction addresses mathematicians, engineers, computer scientists, natural scientists and, more generally, all those in need of mathematical com­ putations for their education or their profession. Generally speaking, this book addresses anybody who wants to use the power of a modern computer algebra package. There are two ways to use a computer algebra system. On the one hand, you may use the mathematical knowledge it incorporates by calling system functions interactively. For example, you can compute symbolic integrals or generate and invert matrices by calling appropriate functions. They comprise the system's mathematical intelligence and may implement sophisticated al­ gorithms. Chapters 2 through 15 discuss this way of using MuPAD. On the other hand, with the help of MuPAD's programming language, you can easily add functionality to the system by implementing your own algorithms as MuPAD procedures. This is useful for special purpose applications if no ap­ propriate system functions exist. Chapters 16 through 18 are an introduction to programming in MuPAD.
    Note: 1. Introduction -- 1.1 Numerical Computations -- 1.2 Computer Algebra -- 1.3 Characteristics of Computer Algebra Systems -- 1.4 Existing Systems -- 1.5 MuPAD -- 2. First Steps in MuPAD -- 2.1 Explanations and Help -- 2.2 Computing with Numbers -- 2.3 Symbolic Computation -- 3. The MuPAD Libraries -- 3.1 Information About a Particular Library -- 3.2 Exporting Libraries -- 3.3 The Standard Library -- 4. MuPAD Objects -- 4.1 Operands: the Functions op and fops -- 4.2 Numbers -- 4.3 Identifiers -- 4.4 Symbolic Expressions -- 4.5 Sequences -- 4.6 Lists -- 4.7 Sets -- 4.8 Tables -- 4.9 Arrays -- 4.10 Boolean Expressions -- 4.11 Strings -- 4.12 Functions -- 4.13 Series Expansions -- 4.14 Algebraic Structures: Fields, Rings, etc. -- 4.15 Vectors and Matrices -- 4.16 Polynomials -- 4.17 Interval Arithmetic -- 4.18 Null Objects: null (), NIL, FAIL, undefined -- 5. Evaluation and Simplification -- 5.1 Identifiers and Their Values -- 5.2 Complete, Incomplete, and Enforced Evaluation -- 5.3 Automatic Simplification -- 6. Substitution: subs, subsex, and subsop -- 7. Differentiation and Integration -- 7.1 Differentiation -- 7.2 Integration -- 8. Solving Equations: solve -- 8.1 Polynomial Equations -- 8.2 General Equations and Inequalities -- 8.3 Differential Equations -- 8.4 Recurrence Equations -- 9. Manipulating Expressions -- 9.1 Transforming Expressions -- 9.2 Simplifying Expressions -- 9.3 Assumptions About Symbolic Identifiers -- 10. Chance and Probability -- 11. Graphics -- 11.1 Introduction -- 11.2 Easy Plotting: Graphs of Functions -- 11.3 Advanced Plotting: Principles and First Examples -- 11.4 The Full Picture: Graphical Trees -- 11.5 Viewer, Browser, and Inspector: Interactive Manipulation -- 11.6 Primitives -- 11.7 Attributes -- 11.8 Colors -- 11.9 Animations -- 11.10 Groups of Primitives -- 11.11 Transformations -- 11.12 Legends -- 11.13 Fonts -- 11.14 Saving and Exporting Pictures -- 11.15 Importing Pictures -- 11.16 Cameras in 3D -- 11.17 Strange Effects in 3D? Accelerated OpenGL? -- 12. The History Mechanism -- 13. Input and Output -- 13.1 Output of Expressions -- 13.2 Reading and Writing Files -- 14. Utilities -- 14.1 User-Defined Preferences -- 14.2 Information on MuPAD Algorithms -- 14.3 Restarting a MuPAD Session -- 14.4 Executing Commands of the Operating System -- 15. Type Specifiers -- 15.1 The Functions type and testtype -- 15.2 Comfortable Type Checking: the Type Library -- 16. Loops -- 17. Branching: if-then-else and case -- 18. MuPAD Procedures -- 18.1 Defining Procedures -- 18.2 The Return Value of a Procedure -- 18.3 Returning Symbolic Function Calls -- 18.4 Local and Global Variables -- 18.5 Subprocedures -- 18.6 Scope of Variables -- 18.7 Type Declaration -- 18.8 Procedures with a Variable Number of Arguments -- 18.9 Options: the Remember Table -- 18.10 Input Parameters -- 18.11 Evaluation Within Procedures -- 18.12 Function Environments -- 18.13 A Programming Example: Differentiation -- 18.14 Programming Exercises -- A. Solutions to Exercises -- B. Documentation and References -- C. Graphics Gallery -- D. Comments on the Graphics Gallery.
    In: Springer eBooks
    Additional Edition: Printed edition: ISBN 9783540221845
    Language: English
    URL: Volltext  (lizenzpflichtig)
    URL: Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    UID:
    b3kat_BV019611552
    Format: XIII, 436 S. , graph. Darst. , 24 cm
    Edition: Dt. Ausg., 3., erw. Aufl.
    ISBN: 3540221859
    Series Statement: Sciface
    Language: German
    Subjects: Computer Science
    RVK:
    Keywords: MuPAD 3.0 ; MuPAD
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    Berlin, Heidelberg : Springer Berlin Heidelberg
    UID:
    b3kat_BV042446112
    Format: 1 Online-Ressource (XIV, 437S.)
    Edition: Dritte, erweiter Auflage
    ISBN: 9783642593062 , 9783540221852
    Note: Diese Einführung erläutert Ihnen den grundsätzlichen Umgang mit dem Softwarepaket MuPAD und gibt einen Einblick in die umfangreichen mathematischen Fahigkeiten dieses Systems. MuPAD ist ein so genanntes Computeralgebra-Paket, das im Wesentlichen von SciFace Software und der MuPAD­ Forschungsgruppe der Universität Paderborn entwickelt wird. Diese Einführung richtet sich an Mathematiker, Ingenieure, Informatiker, Naturwissenschaftler, allgemeiner an alle, die mathematische Berechnungen fur ihren Beruf oder in der Ausbildung benötigen. Ganz allgemein ausgedrückt richtet sich das Buch an jeden, der die Fähigkeiten eines modernen Computeralgebra-Systems für sich nutzbar machen will. Es gibt zwei Arten, mit einem Computeralgebra-System umzugehen. Einmal kann man sich darauf beschränken, das in das System eingebaute mathematische Wissen durch interaktiven Aufruf von Systemfunktionen auszunutzen. Beispielsweise können mit einem einfachen Funktionsaufruf symbolische Integrale berechnet werden, man kann auf einfache Weise Matrizen erzeugen und durch Aufrufen der entsprechenden Funktion invertieren usw. Die mathematische Intelligenz des Systems steckt in diesen Prozeduren, hinter denen sich teilweise recht komplexe Algorithmen verbergen. Der Anwendung MuPADs über Aufrufe geeigneter Systemfunktionen sind die Kapitel 12 bis 15 gewidmet. Andererseits kann man für Spezialanwendungen, für die keine vorgefertigten Funktionen zur Verfügung stehen, mit Hilfe der Programmiersprache MuPADs ohne besondere Vorkenntnisse eigene Funktionen als Prozeduren schreiben, die den gewünschten Algorithmus implementieren. Die Kapitel 16 bis 18 liefern eine Einführung in die MuPAD-Programmierung
    Language: German
    Keywords: MuPAD ; MuPAD 3.0
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Book
    Book
    Berlin [u.a.] : Springer-Verlag
    UID:
    kobvindex_ZLB13768258
    Format: XIII, 412 Seiten , graph. Darst. , 24 cm
    Edition: 2. ed.
    ISBN: 3540221840
    Series Statement: Sciface
    Note: Dt. Ausg. u.d.T.: Das MuPAD-Tutorium , Text engl.
    Language: English
    Keywords: MuPAD 3.0
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    UID:
    gbv_316266574
    Format: XII, 361 S , graph. Darst , 24 cm
    Edition: Engl. ed.
    ISBN: 3540675469
    Series Statement: SciFace
    Note: Dt. Ausg. u.d.T.: Das MuPAD-Tutorium , Dt. Ausg. u.d.T.: Das MuPAD-Tutorium. - Franz. Ausg. u.d.T.: Introduction à MuPAD , Literaturverz. S. [351] - 352
    Language: English
    Keywords: MuPAD ; MuPAD ; Lehrbuch
    URL: Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Book
    Book
    Berlin [u.a.] : Springer-Verlag
    UID:
    kobvindex_ZLB12649823
    Format: XII, 364 Seiten , graph. Darst.
    Edition: Dt. Ausg.
    ISBN: 354066145X
    Language: German
    Keywords: MuPAD ; Computeralgebra ; Software ; MuPAD
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Book
    Book
    Berlin 〈〈[u.a.]〉〉 : Springer
    UID:
    b3kat_BV024460749
    Format: XII, 364 S. , graph. Darst.
    Edition: dt. Ausg.
    ISBN: 354066145X
    Language: German
    Subjects: Computer Science
    RVK:
    Keywords: MuPAD ; MuPAD 3.0
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    UID:
    b3kat_BV001030915
    Format: 114 S.
    Note: Paderborn, Univ.-Gesamthochsch., Diss., 1984
    Language: German
    Keywords: Nichtlineare partielle Differentialgleichung ; Symmetrie ; Erhaltungssatz ; Nichtlineare partielle Differentialgleichung ; Rekursionsmechanismus ; Symmetrie ; Nichtlineare partielle Differentialgleichung ; Rekursionsmechanismus ; Erhaltungssatz ; Nichtlineares dynamisches System ; Erhaltungssatz ; Nichtlineares dynamisches System ; Symmetrie ; Hochschulschrift ; Rekursionsmechanismus
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. Further information can be found on the KOBV privacy pages