Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dot product ordering issue #2

Open
brian1985 opened this issue Jun 25, 2019 · 1 comment
Open

dot product ordering issue #2

brian1985 opened this issue Jun 25, 2019 · 1 comment

Comments

@brian1985
Copy link

Correct me if I am wrong, but I think you have the ordering of the dot products elements in the couple ODE section reversed? I think you want in your eqns to be:
tf.tensordot(A, z03,...)
or your function declaration:
np.dot(A,z
3)

If I use your text markup version of the equations in a ode solver where I explicitly write the equations, the above form gives me the correct result.

@mandubian
Copy link
Owner

Hi, I'm off for a few days without any decent computer, I'll check it early next week! Thks anyway

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants