Namespaces | Functions
x039.h File Reference
#include "xquad.h"
#include "xdata.h"
#include "xmath.h"
#include "xoutput.h"
#include "xphysics.h"
#include "xtools.h"
#include <gsl/gsl_integration.h>
#include <iostream>
#include <math.h>
#include <stdio.h>

Go to the source code of this file.

Namespaces

 nmx::apps::x039
 

Functions

double nmx::apps::x039::f (double x, void *params)
 f Integrand (gsl-Funktion) More...
 
void nmx::apps::x039::gslex ()
 gslex numerische Integration Beispiel mit Kommentaren https://www.gnu.org/software/gsl/doc/html/integration.html#examples More...
 
void nmx::apps::x039::ex0 ()
 ex0 nicht adaptive Gauß-Kronrod Integration More...
 
void nmx::apps::x039::ex1 ()
 ex1 More...
 
void nmx::apps::x039::ex2 ()
 ex2 More...
 
void nmx::apps::x039::ex3 ()
 ex3 More...
 
void nmx::apps::x039::ex4 ()
 ex4 More...
 
void nmx::apps::x039::ex5 ()
 ex5 More...
 
void nmx::apps::x039::ex6 ()
 ex6 Teilchen bremst auf geradliniger Strecke More...
 
void nmx::apps::x039::ex7 ()
 ex7 Massenmittelpunkt eines homogenen dünnen zylindrischen Stabs More...
 
void nmx::apps::x039::ex8 ()
 ex8 Massenmittelpunkt eines homogenen Halbkreisrings More...
 
void nmx::apps::x039::ex9 ()
 ex9 Potenzielle Energie einer Masse im Gravitationsfeld der Erde More...
 
void nmx::apps::x039::ex10 ()
 ex10 Teilchen bewegt sich geradlinig mit zeitabhängiger Beschleunigung More...
 
void nmx::apps::x039::ex11 ()
 ex11 Teilchen bewegt sich geradlinig mit einer geschwindigkeitsabhängigen Beschleunigung More...
 
void nmx::apps::x039::ex12 ()
 ex12 Geschwindigkeitsänderung durch Kraftstoß More...
 
void nmx::apps::x039::ex13 ()
 ex13 Perle bewegt sich reibungsfrei entlang einer Schiene unter dem Einfluss einer Feder More...
 
void nmx::apps::x039::ex14 ()
 ex14 Zwei Blöcke und eine Feder More...
 
void nmx::apps::x039::ex15 ()
 ex1 More...
 
template<class T >
void nmx::apps::x039::show_results (std::ofstream &sout, const T &gslint, double expected)
 show_results More...
 
void nmx::apps::x039::gslex_cquad ()
 gslex_cquad numerische Integration mit CQUAD (gsl-Beispiel mit Kommentaren) More...