Skip to content

Commit

Permalink
Create CharacteristickyPolynom.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Struthia authored Jan 22, 2025
1 parent a26322c commit 04b7791
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions cs/modules/ROOT/pages/commands/CharacteristickyPolynom.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
= Příkaz CharacteristickyPolynom
:page-en: commands/CharacteristicPolynomial
ifdef::env-github[:imagesdir: /cs/modules/ROOT/assets/images]

== CAS Syntaxe

CharacteristickyPolynom( <Matice> )::
Vrátí charakteristický polynom dané matice.

[EXAMPLE]
====
`++CharacteristickyPolynom({{1,2},{3,4}})++` vrátí stem:[x^2-5x-2].
====

0 comments on commit 04b7791

Please sign in to comment.