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

Complex to Polar Function Problem/Solution is unclear #423

Open
xinoehp512 opened this issue May 29, 2023 · 0 comments
Open

Complex to Polar Function Problem/Solution is unclear #423

xinoehp512 opened this issue May 29, 2023 · 0 comments

Comments

@xinoehp512
Copy link
Contributor

For most of the outputs, how to answer the problem is clear from the way the problem is written. With the complex to polar form generator, however, that is not the case. From the name of the generator, it seems that the goal is for the problem to be a complex number of the form a+bi, for which the solution would be the equivalent complex number in polar form: r(cos(theta)+i*sin(theta)).

MaciejWdev added a commit to MaciejWdev/mathgenerator that referenced this issue Aug 3, 2023
As pointed out in Issue lukew3#423, the `complex_to_polar` function did not make sense. Now it gives a complex number in component form, for a student to convert into polar form.

This is not a perfect function, but at least it is usable now. In future, we may want to have the theta be chosen from amongst a set of multiples/fractions of pi, that tend to make for nicer questions and answers.
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