components of a vector
Open
Documentation
- Dominant language
- Macaulay2
- Stars
- 435
- Forks
- 297
- Avg merge
- 4d 20h
- Merged PRs (30d)
- 11
Description
There is this documentation:
```
i1 : help components
o1 = components -- list the components of a direct sum
*************************************************
Description
===========
components x -- produces a list of the components of an element of a free module.
...
```
But that feature doesn't work:
```
i2 : components QQ^3_1
stdio:2:1:(3): error: no method found for applying components to:
3
argument : | 0 | (of class QQ )
| 1 |
| 0 |
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.