Bill Allombert on Fri, 01 Dec 2023 10:05:31 +0100
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Eigenvalues of symmetric matrices
|
- To: pari-users@pari.math.u-bordeaux.fr
- Subject: Re: Eigenvalues of symmetric matrices
- From: Bill Allombert <Bill.Allombert@math.u-bordeaux.fr>
- Date: Fri, 1 Dec 2023 10:05:18 +0100
- Delivery-date: Fri, 01 Dec 2023 10:05:32 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=math.u-bordeaux.fr; s=2022; t=1701421519; bh=xpRYIG094Mxf/jWNjFAwCS5094AfnpYnA/WUK3sMPJI=; h=Date:From:To:Subject:References:In-Reply-To:From; b=cqUz6tn/9yiuxfA7GXs0ougvV7azlOpRkVWJYRZwhB75cN7Av3U1zTEL2LAnARLR5 QK/PSGP0H/XfQNq2ORL/E0MavPFg1piRxELFnk0Lx1e30I35mC7NFVkSmmlAsb7cWk uCbp9OIPtq5OguQcyS7DdCot1Av7oaZBpSe7Jqf7XPse0VTtrh6qlFHP9iDsEsVL++ 86Hok4RqnjdScwN1cw3oLeVn5GgkoMVACUKN1Y8NGFgHdhXqnVILj6AyaGB7qepi+U qqSeoApLt+oikFNAwyVQXVpRVPhryXavAomlA2QZKHd3RO+SKfJ158bYBdN8Gk2jEc /W/hkbhS0rQlsTweg3mhcNqgezZHUQwCg9PKFGyiCoiP77x3EGlnAV6JTGKR4rHp6x 4akkqSQyAp1ClUOFgnOblyuWokjd40kYjQTTIvtcJIaJ6DO+8skXXznnYVjc8KTbt9 2Tv+bfkosAMwAo4YS18TCCQpWXHckLgYBKA3s6bAKHbKIQmto2pMOwzW6qYrNTToTd v2hmJRBK8KqVkztAAQpjjQktdB+ic2rorRSzu8d3Zrc0AS0w5qwAUJ8FR4tWKYWi5n aZ2AIXJj7LZElpuwaAV2eaA88uitnyLqpp93eJwLJtjb6mImTA1mWaY9wfwzRfeVBZ v/GQs9NBS0FWA69cFentftAI=
- In-reply-to: <MEYPR01MB708784A9DC2490249195EB41A581A@MEYPR01MB7087.ausprd01.prod.outlook.com>
- Mail-followup-to: pari-users@pari.math.u-bordeaux.fr
- References: <MEYPR01MB708784A9DC2490249195EB41A581A@MEYPR01MB7087.ausprd01.prod.outlook.com>
On Fri, Dec 01, 2023 at 02:43:11AM +0000, Gordon Royle wrote:
> Hi
>
> I am using Pari/GP to compute the eigenvalues of a large number (10s of
> millions) of symmetric 0/1-matrices of order about 24 x 24 to 30 x 30; the
> matrices are adjacency matrices of 3-regular graphs and so have exactly three
> 1s per row and column.
>
> At the moment, I am just using polrootsreal(charpoly(a)), but I wonder if there is a faster way to do it?
We would need a bit more informations, for example:
Maybe give an example ?
What are you planning to do with the eigenvalues ?
Cheers,
Bill.