| layout | default |
|---|---|
| title | Home |
Welcome to OSCAR, an innovative Open Source Computer Algebra Research system that powers cutting-edge computations in algebra, geometry, and number theory. Written in Julia, OSCAR brings together powerful tools from diverse mathematical areas to tackle even the most complex computations.
Discover more about our project and vision on our About page.
{% assign sorted_conferences = site.data.events | group-by: "start-date" | sort: "end-date" %} {% assign today = "now" | date: "%Y-%m-%d" %} {% assign has_upcoming_events = false %}
{% for event in sorted_conferences %} {% if event.end-date >= today %} {% assign has_upcoming_events = true %}
- [{{ event.title }} ({{ event.location }}, {{ event.start-date | date: "%d %b %Y" }} to {{ event.end-date | date: "%d %b %Y" }})]({{ event.website | replace: "https://www.oscar-system.org", site.baseurl }}) {% endif %} {% endfor %}
{% unless has_upcoming_events %} Currently no upcoming events. {% endunless %}
Released on {{ site.data.release.date | date_to_string }} -- [View release notes.](https://github.com/oscar-system/Oscar.jl/releases/tag/v{{ site.data.release.version }})
- Getting started is easy - [follow our installation guide here!]({{site.baseurl }}/install/)
- Already using OSCAR? [Click here to upgrade to the latest version.]({{ site.baseurl }}/upgrade/)
- [Hands-on Tutorials]({{site.baseurl }}/tutorials/).
- [Comprehensive Documentation]({{site.baseurl }}/documentation/).
- Frequently Asked Questions (FAQ).
The OSCAR Book - A detailed guide to version 1.0, featuring code snippets and in-depth explanations.
Need help or want to connect? Visit our Contact & Support page.
Are you a coder eager to help shape OSCAR? We are always happy to welcome new contributors! Learn how you can get involved on our Contributing page.
If you use OSCAR in your work, please cite us! Details can be found on the Citing OSCAR page.
The development of OSCAR is supported by the German Research Foundation (DFG) through the Collaborative Research Center TRR 195.