Skip to content

Commit

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

== CAS Syntax

CIFaktor( <Výraz> )::
Vrátí rozklad na součin s komplexními čísly.

[EXAMPLE]
====
`++CIFactor(x^2 + x + 1)++` vrátí stem:[ \left( x + \frac{-ί \sqrt{3} + 1}{2} \right) \left( x + \frac{ί \sqrt{3}
+ 1}{2} \right)]
====

CIFactor( <Výraz>, <Proměnná> )::
Vrátí rozklad na součin s komplexními čísly vzhledem k dané proměnné.

[EXAMPLE]
====
`++CIFactor(a^2 + a + 1, a)++` vrátí stem:[ \left( a + \frac{-ί \sqrt{3} + 1}{2} \right) \left( a + \frac{ί
\sqrt{3} + 1}{2} \right)]
====

[POZNÁMKA]
====
Podívejte se také na příkaz xref:/commands/IFaktor.adoc[IFaktor].
====

0 comments on commit 7859eba

Please sign in to comment.