# Polynomials

**URL:** https://discourse.julialang.org/t/polynomials/4482
**Category:** General Usage
**Tags:** question, embedding
**Created:** [June 27, 2017, 5:34am UTC](https://discourse.julialang.org/t/polynomials/4482 "2017-06-27T05:34:58Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![tastelessjolt](https://avatars.discourse-cdn.com/v4/letter/t/f14d63/32.png) [@tastelessjolt](https://discourse.julialang.org/u/tastelessjolt)
#### Post date: [June 27, 2017, 5:34am UTC](https://discourse.julialang.org/t/polynomials/4482/1 "2017-06-27T05:34:59Z")

</div>

Is there a way of representing Polynomials in Julia?

---

<div class="post-metadata">

### Author: ![traktofon](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/traktofon/32/591_2.png) [@traktofon](https://discourse.julialang.org/u/traktofon)
#### Post date: [June 27, 2017, 5:40am UTC](https://discourse.julialang.org/t/polynomials/4482/2 "2017-06-27T05:40:38Z")

</div>

If you don’t want to roll your own, the package [Polynomials.jl](https://github.com/JuliaMath/Polynomials.jl) might be a good starting point.

On a more general note, I would say that Julia’s facilities for data abstraction are sufficiently advanced that there is always a way of representing almost anything. 🙂
