EXAMPLE 003

Cessna 172, ISA1976 integrated with Flat Earth (Euler angles).

Example with trimmed aircraft: stationary ascent, symmetric, wings level flight.

The main purpose of this example is to check if the aircraft trimmed in a given state maintains the trimmed flight condition.


In [1]:
# -*- coding: utf-8 -*-

Import python libreries needed.


In [2]:
%matplotlib inline
import numpy as np
import matplotlib.pyplot as plt
from mpl_toolkits.mplot3d import Axes3D

In [3]:
import plotly.offline as offline
import plotly.graph_objs as go
import plotly.tools as tls

# notebook mode - inline
offline.init_notebook_mode()