Skip to content

Instantly share code, notes, and snippets.

View JakobGM's full-sized avatar

Jakob Gerhard Martinussen JakobGM

View GitHub Profile

Keybase proof

I hereby claim:

  • I am jakobgm on github.
  • I am jakobgm (https://keybase.io/jakobgm) on keybase.
  • I have a public key whose fingerprint is BBB9 0A8E A49E 444F C076 7EA1 8ED3 F2AA 6368 045B

To claim this, I am signing this object:

@JakobGM
JakobGM / vector.py
Created March 8, 2017 18:25 — forked from mcleonard/vector.py
A vector class in pure python.
"""
The MIT License (MIT)
Copyright (c) 2015 Mat Leonard
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
plot_ET_normal = zeros(size(plot_delta_m));
plot_deltaQ_normal = plot_ET_normal;
i = 0;
for j = plot_delta_m
i = i + 1;
[plot_ET_normal(i) plot_deltaQ_normal(i)] = ET(masse_Al, T_0, plot_delta_m(i), L_N2);
end %for
fig_ET_normal = plot(plot_deltaQ_normal, plot_ET_normal);