<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blog on HomogeneousTools</title><link>https://homogeneous.tools/blog/</link><description>Recent content in Blog on HomogeneousTools</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 04 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://homogeneous.tools/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>Representations with the same degree</title><link>https://homogeneous.tools/blog/2026/06/04/representations-with-the-same-degree/</link><pubDate>Thu, 04 Jun 2026 00:00:00 +0000</pubDate><guid>https://homogeneous.tools/blog/2026/06/04/representations-with-the-same-degree/</guid><description>&lt;p&gt;Time for the next installment of the arXiv series.
Today&amp;rsquo;s preprint is from earlier this year, and it&amp;rsquo;s
&lt;a href="https://arxiv.org/abs/2601.18786"&gt;Frank Lübeck: Representations with the same degree&lt;/a&gt;.
In fact, whilst preparing this blogpost, I discovered that
this question was also already addressed by Andy Huchala
in &lt;a href="https://ahuchala.com/files/undergrad/Lie_Algebra_Representation_Thesis.pdf"&gt;his 2018 undergraduate thesis&lt;/a&gt;.
In what follows, I will (mostly) refer to the arXiv preprint.&lt;/p&gt;
&lt;p&gt;As before, we will use &lt;a href="https://homogeneous.tools/Semisimple.jl/dev/"&gt;Semisimple.jl&lt;/a&gt;
to play with the constructions in the paper.&lt;/p&gt;</description></item><item><title>Verifying Kostant's conjecture using Semisimple.jl</title><link>https://homogeneous.tools/blog/2026/05/29/verifying-kostants-conjecture/</link><pubDate>Fri, 29 May 2026 00:00:00 +0000</pubDate><guid>https://homogeneous.tools/blog/2026/05/29/verifying-kostants-conjecture/</guid><description>&lt;p&gt;Here is a blogpost that is the first installment of something I would like to try.&lt;/p&gt;
&lt;p&gt;Looking at today&amp;rsquo;s arXiv feed,
I noticed a new and interesting preprint:
&lt;a href="https://arxiv.org/abs/2605.29802v1"&gt;Rekha Biswal, Sam Jeralds: Components of $\mathrm{V}(m\rho)\otimes\mathrm{V}(n\rho)$)&lt;/a&gt;,
for which &lt;a href="https://homogeneous.tools/Semisimple.jl/dev/"&gt;Semisimple.jl&lt;/a&gt;
can be used to experiment and verify the conjectures in some explicit cases.
Because I think it is useful to see &lt;em&gt;how&lt;/em&gt; to do such experiments,
let us quickly discuss how we can verify Kostant&amp;rsquo;s conjecture using Semisimple.jl.&lt;/p&gt;</description></item><item><title>Lie.jl is now Semisimple.jl</title><link>https://homogeneous.tools/blog/2026/05/12/semisimple-jl-rename/</link><pubDate>Tue, 12 May 2026 00:00:00 +0000</pubDate><guid>https://homogeneous.tools/blog/2026/05/12/semisimple-jl-rename/</guid><description>&lt;p&gt;The Julia package previously known as &lt;code&gt;Lie.jl&lt;/code&gt; has been renamed to
&lt;a href="https://github.com/HomogeneousTools/Semisimple.jl"&gt;Semisimple.jl&lt;/a&gt;.
This was needed,
because the Julia registry rejected the name &lt;code&gt;Lie.jl&lt;/code&gt; as being too short.
I doubt many people have started using the package,
I just have some renaming to do in the (not yet public) downstream packages.&lt;/p&gt;
&lt;p&gt;The package should within the next 3 days be part of the Julia registry,
so that you can install it in the usual way for Julia packages.
Stay tuned for an update on that!&lt;/p&gt;</description></item><item><title>Lie.jl 1.0.0 is out</title><link>https://homogeneous.tools/blog/2026/05/11/lie-jl-1-0-0/</link><pubDate>Mon, 11 May 2026 00:00:00 +0000</pubDate><guid>https://homogeneous.tools/blog/2026/05/11/lie-jl-1-0-0/</guid><description>&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; This package was originally released under the name &lt;code&gt;Lie.jl&lt;/code&gt; and has since been
renamed to &lt;a href="https://github.com/HomogeneousTools/Semisimple.jl"&gt;Semisimple.jl&lt;/a&gt;.
See the &lt;a href="https://homogeneous.tools/blog/2026/05/12/semisimple-jl-rename/"&gt;rename announcement&lt;/a&gt; for details.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href="https://github.com/HomogeneousTools/Semisimple.jl"&gt;Semisimple.jl&lt;/a&gt; 1.0.0 is now available!&lt;/p&gt;
&lt;p&gt;This first stable release focuses on efficient computations with semisimple Lie algebras,
of the type that are most useful to an algebraic geometry
who wants to do computations for completely reducible vector bundles on partial flag varieties.
A large part of that efficiency comes from leaning into Julia&amp;rsquo;s type system and specialization,
so fairly high-level code can still run very fast.&lt;/p&gt;</description></item><item><title>HomogeneousTools is now live</title><link>https://homogeneous.tools/blog/2026/05/08/homogeneoustools-is-now-live/</link><pubDate>Fri, 08 May 2026 00:00:00 +0000</pubDate><guid>https://homogeneous.tools/blog/2026/05/08/homogeneoustools-is-now-live/</guid><description>&lt;p&gt;We are happy to announce that the HomogeneousTools website is now live. HomogeneousTools is a collection of software for working with homogeneous varieties and homogeneous vector bundles, with applications to sheaf cohomology, Fano geometry, and related areas.&lt;/p&gt;
&lt;p&gt;More tools, documentation, and posts are to come soon. Stay tuned.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;As a small example of the kind of computation one can do with &lt;a href="https://github.com/HomogeneousTools/Semisimple.jl"&gt;Semisimple.jl&lt;/a&gt;
(formerly &lt;code&gt;Lie.jl&lt;/code&gt;, see the &lt;a href="https://homogeneous.tools/blog/2026-05-11-semisimple-jl-rename/"&gt;rename announcement&lt;/a&gt;),
here is a short session using the root system of type $\mathrm{A}_2$ (i.e. $\mathfrak{sl}_3$):&lt;/p&gt;</description></item></channel></rss>