Skip to content
Snippets Groups Projects
Commit 182f1374 authored by Delvigne Frank's avatar Delvigne Frank
Browse files

Upload New File

parent 869a281f
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Mon Feb 19 13:51:43 2024
@author: delvigne
"""
M = np.array([[-Q/V, 0, 0, 0, Q/V, 0, 0, 0],[Q/V, -Q/V, 0, 0, 0, 0, 0, 0],[0, Q/V, -Q/V, 0, 0, 0, 0, 0],[0, 0, Q/V, -Q/V, 0, 0, 0, 0],[0, 0, 0, 0, -Q/V, Q/V, 0, 0],[0, 0, 0, 0, 0, -Q/V, Q/V, 0],[0, 0, 0, 0, 0, 0, -Q/V, Q/V],[0, 0, 0, Q/V, 0, 0, 0, -Q/V]])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment