Although AMI has a lot of useful features that simplify the process of model development, there are still some problems which turned out to be rather laborious. These problems lead to unnecessary long models that are hard to read and even harder to debug. Therefore a couple of miscellaneous features have been implemented that drastically reduce the amount of developing effort:
matrix = [[a11,a12, ... , a1n] [a21,a22, ... , a2n] ... [an1,an2, ... , ann]]; detJ = |matrix|;
InvMatrix = Inv(matrix);
vector=[v1,v2, ... ,v_n]^T; SolutionVector = Solve(matrix,vector);
Length=|vector|;
NormalVector = vector1 x vector2;
DEBUG: var1,var2,...,var_n