23.01.2015 Views

Download - Wolfram Research

Download - Wolfram Research

Download - Wolfram Research

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

2.10 Nonlinear Symbolic Approximation 177<br />

In[29]:= Plot3D[ivloadSimp[II],<br />

{VLOAD, 0., 3.5}, {II, 0., 0.001},<br />

AxesLabel −> {"VLOAD", "II", ""},<br />

PlotLabel −> "IVLOAD (simplified system)"]<br />

IVLOAD (simplified system)<br />

0.0003<br />

0.0002<br />

0.0001<br />

0<br />

1<br />

VLOAD<br />

2<br />

3<br />

0<br />

0.001<br />

0.0008<br />

0.0006<br />

0.0004<br />

II<br />

0.0002<br />

Out[29]= SurfaceGraphics <br />

To show that the requested error bound is met, we plot the deviation of the output comparing the<br />

original and the simplified system (note the plot range).<br />

In[30]:= Plot3D[Abs[ivloadSimp[II]−ivload[VLOAD, II]],<br />

{VLOAD, 0., 3.5}, {II, 0., 0.001},<br />

PlotRange −> {0, 25.*^−6},<br />

AxesLabel −> {"VLOAD", "II", ""},<br />

PlotLabel −> "absolute error"]<br />

absolute error<br />

0.00002<br />

0.00001<br />

0<br />

1<br />

VLOAD<br />

2<br />

3<br />

0<br />

0.001<br />

0.0008<br />

0.0006<br />

0.0004<br />

II<br />

0.0002<br />

Out[30]= SurfaceGraphics <br />

Further Postprocessing<br />

In the final step we further reduce the complexity of the equation system by applying some standard<br />

Mathematica functions to manipulate the equations symbolically. In this example it is possible to solve

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!