Skip to content

Instantly share code, notes, and snippets.

@axpence
Last active August 29, 2015 13:56
Show Gist options
  • Save axpence/8940309 to your computer and use it in GitHub Desktop.
Save axpence/8940309 to your computer and use it in GitHub Desktop.
AA BB for 2nd order
aa = {
{1.0000, -1.2086, 2.2766, -1.1561, 0.9150},
{1.0000, -0.7329, 2.0455, -0.7010, 0.9150},
{1.0000, -0.2456, 1.9263, -0.2349, 0.9150},
{1.0000, 0.2456, 1.9263, 0.2349, 0.9150},
{1.0000, 0.7329, 2.0455, 0.7010, 0.9150},
{1.0000, 1.2086, 2.2766, 1.1561, 0.9150},
{1.0000, 1.6653, 2.6048, 1.5929, 0.9150},
{1.0000, 2.0957, 3.0097, 2.0046, 0.9150},
{1.0000, 2.4931, 3.4658, 2.3847, 0.9150},
{1.0000, 2.8511, 3.9444, 2.7272, 0.9150}
};
{
{0.0005, 0.0000, -0.0027, -0.0000, 0.0005},
{0.0005, 0.0000, -0.0028, -0.0000, 0.0005},
{0.0005, 0.0000, -0.0028, -0.0000, 0.0005},
{0.0005, -0.0000, -0.0028, 0.0000, 0.0005},
{0.0005, -0.0000, -0.0028, 0.0000, 0.0005},
{0.0005, -0.0000, -0.0027, 0.0000, 0.0005},
{0.0005, -0.0000, -0.0025, 0.0000, 0.0005},
{0.0005, -0.0000, -0.0023, 0.0000, 0.0005},
{0.0005, -0.0000, -0.0021, 0.0000, 0.0005},
{0.0005, -0.0000, -0.0018, 0.0000, 0.0005}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment