-
# Software Design Principles
Software design principles are fundamental concepts and guidelines that help developers create well-designed, maintainable, and scalable software systems. These princip…
-
[Description of the problem]
There are some problems in SAGE 4.0.2 when computing characteristic polynomials, determinants and adjoint matrices over general rings or non-exact fields. A more detai…
-
Calculate effective resistances between pairs of nodes in a graph.
Component: **graph theory**
Keywords: **effective resistance, resitance distance, link prediction, sd90**
Author: **Amanda Fran…
-
Location: [Libera.chat, #monero-research-lab](https://libera.chat/) | [Matrix](https://matrix.to/#/#monero-research-lab:monero.social?via=matrix.org&via=monero.social)
[Join the Monero Matrix serve…
-
I will have to investigate this, but I am thinking it has to do with when the attribute table gets translated to a sparse matrix and it is hitting some type of memory limit...?
-
Reductions were added in PR gh-17, based on discussion in gh-10. There was quite a bit of discussion in calls as well around reductions (e.g., which ones to support, returning 0-D arrays and not scala…
-
I think it would be very useful to be able to chart arbitrary values with basic custom annotations. For instance, I think the maximum flow rate of my printer is 16 mm3/s. A plot with both flow rate an…
-
Hi,
first thanks a lot for this library, it's saving me a lot of time and pretty powerful !
So I'm rendering custom label react components, and in order to make it responsive I'm trying to updat…
-
I think very nice improvements for a future version will be:
- To replace the Spartan6 to ECP5/ECP5-5G and use open source tools
- Add Ethernet with SCPI standard commands (compatible with other VNA…
-
The following quickly eats up memory:
```
sage: for D in xrange(2,2**32):
....: QuadraticField(-D);
....:
```
(This is with 5.10.rc0)
__Problem analysis__
The quadratic field is created with …