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

Unit issue in EvaluationTest1 and Differentiation2 #460

Open
maltelenz opened this issue Apr 6, 2023 · 0 comments
Open

Unit issue in EvaluationTest1 and Differentiation2 #460

maltelenz opened this issue Apr 6, 2023 · 0 comments

Comments

@maltelenz
Copy link

Here:

Real yp;
equation
yf = Polynomial(time, {1, -2, 2});
yp = time^2-2*time+2;

The equation yp = time^2-2*time+2 is questionable from a unit perspective, since it subtracts things with units s2 and s, which are not compatible units.

The same issue exists in the model Differentiation2.

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

1 participant