factor_: Expand expression

View source: R/simplify.R

factor_R Documentation

Expand expression

Description

Expand expression

Usage

factor_(x)

Arguments

x

A caracas_symbol

Examples


if (has_sympy()){
  def_sym(x, y, z)
  factor_(x**3 - x**2 + x - 1)
  factor_(x**2*z + 4*x*y*z + 4*y**2*z)
}


caracas documentation built on Oct. 17, 2023, 5:08 p.m.