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

fb_Mohr #39

Open
mkraska opened this issue Jun 13, 2023 · 0 comments
Open

fb_Mohr #39

mkraska opened this issue Jun 13, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request Maxima

Comments

@mkraska
Copy link
Owner

mkraska commented Jun 13, 2023

Create a feedback function for Mohr's circle.

fb_Mohr(objects, names, ic, il, sxx, syy, sxy)

Tests

The point names can be obtained from objects[ic].

  • is P at (sxx, sxy)? Der Punkt (P) stimmt nicht.

  • is P' at (syy, -sxy)? Der Punkt (P) stimmt nicht.

  • is the slope of the line correct? Die Neigung der 1-Achse stimmt nicht.

  • was the 2-axis given?

    s2: float((sxx+syy)/2-sqrt( (sxx-syy)^2/4+txy^2));
    slope1: float(txy/(sxx-s2));

@mkraska mkraska added enhancement New feature or request Maxima labels Jun 13, 2023
@mkraska mkraska self-assigned this Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Maxima
Projects
None yet
Development

No branches or pull requests

1 participant