Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

In one book one neural networks, I found the statement:

The general solution for algebraic equations of degree five, for example, cannot be formulated using only algebraic functions, yet this can be done if a more general class of functions is allowed as computational primitives.

What are the "more general class of functions"?

share|improve this question

1 Answer

You can, for example, define an operation analogous to an $n$th root, except that instead of saying that $x=\sqrt[5] y$ if $x^5-y=0$, you say that $x=BR(y)$ if $x^5 +x -y=0$.

You can then express the solution of the general quintic in terms of $+, -,\times,\div,$ ordinary radicals, and $BR()$.

See Bring radical for more complete details, especially the section on solution of the general quintic.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.