Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symbolic interval matrix power #88

Open
schillic opened this issue Jan 27, 2020 · 0 comments
Open

Symbolic interval matrix power #88

schillic opened this issue Jan 27, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@schillic
Copy link
Member

#83 suggests to reformulate the matrix power with explicit intervals.

When interpreting an interval matrix M as a set of matrices Aᵢ, and we only require that

M^k ⊇ ⋃ᵢ Aᵢ^k

holds, we can do better: Perform the multiplications symbolically: e.g., in 2D, consider M = [a b; c d] and write M^k as a matrix whose entries are polynomials in the original intervals a,b,c,d. Then in the end evaluate the final polynomials with interval arithmetic.

@schillic schillic added the enhancement New feature or request label Jan 27, 2020
@mforets mforets changed the title Symbolic matrix power Symbolic interval matrix power Jan 27, 2020
@schillic schillic self-assigned this Jan 27, 2020
@schillic schillic removed their assignment May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant