Package model :: Module model :: Class Equation
[hide private]
[frames] | no frames]

Class Equation

source code


Nested Classes [hide private]

Inherited from sympy.core.basic.Basic: __metaclass__

Instance Methods [hide private]
 
__init__(self, lhs, rhs, name=None, is_endogenous=True)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
gap(self) source code

Inherited from sympy.core.relational.Equality: __nonzero__

Inherited from sympy.core.relational.Relational: subs, tostr

Inherited from sympy.core.basic.Basic: __call__, __contains__, __eq__, __float__, __getattr__, __hash__, __ne__, __repr__, __str__, as_base_exp, as_basic, as_coeff_exponent, as_coeff_factors, as_coeff_terms, as_coefficient, as_expr_orders, as_indep_terms, as_independent, as_leading_term, as_numer_denom, as_poly, as_polynomial, as_powers_dict, as_real_imag, atoms, compare, conjugate, count_ops, diff, doit, evalf, expand, fdiff, has, has_all_symbols, has_any_symbols, integral, is_fraction, is_hypergeometric, is_polynomial, ldegree, leadterm, limit, match, matches, normal, nseries, oseries, removeO, rewrite, series, solve4linearsymbol, splitter, torepr

Inherited from sympy.core.basic.Basic (private): _calc_apply_positive, _calc_apply_real, _calc_splitter, _compute_oseries, _eval_apply_evalf, _eval_conjugate, _eval_defined_integral, _eval_derivative, _eval_eq_nonzero, _eval_evalf, _eval_expand_basic, _eval_expand_complex, _eval_expand_func, _eval_expand_power, _eval_expand_trig, _eval_fapply, _eval_fpower, _eval_integral, _eval_is_polynomial, _eval_oseries, _eval_power, _eval_rewrite, _eval_subs, _hashable_content, _seq_eval_evalf, _seq_subs, _subs_dict, _subs_list, _subs_old_new

Inherited from sympy.core.assumptions.AssumeMeths: __getstate__, __setstate__, assume

Inherited from sympy.core.assumptions.AssumeMeths (private): _assume_hashable_content, _change_assumption, _eval_is_nonnegative, _get_assumption

Inherited from sympy.core.methods.NoRelMeths: __ge__, __gt__, __le__, __lt__

Inherited from object: __delattr__, __getattribute__, __reduce__, __reduce_ex__, __setattr__

Class Methods [hide private]

Inherited from sympy.core.basic.Basic (private): _eval_apply_subs

Static Methods [hide private]

Inherited from sympy.core.relational.Relational: __new__, get_relational_class

Inherited from sympy.core.basic.Basic: set_precision, set_repr_level

Class Variables [hide private]
  name = None

Inherited from sympy.core.relational.Equality: rel_op

Inherited from sympy.core.basic.Basic: Add_precedence, Apply_precedence, Atom_precedence, Item_precedence, Lambda_precedence, Mul_precedence, Pow_precedence, default_assumptions, is_Add, is_Atom, is_Function, is_Integer, is_Mul, is_Number, is_NumberSymbol, is_Order, is_Pow, is_Rational, is_Real, is_Symbol

Inherited from sympy.core.assumptions.AssumeMeths: k, v

Inherited from sympy.core.assumptions.AssumeMeths (private): _assume_aliases, _assume_defined, _assume_impl, _assume_inegs, _assume_negs, _assume_rels, _properties, _real_cmp0_table, _real_ordering

Properties [hide private]

Inherited from sympy.core.relational.Relational: lhs, precedence, rhs

Inherited from sympy.core.basic.Basic: args, func, is_number

Inherited from sympy.core.basic.Basic (private): _args, _mhash

Inherited from sympy.core.assumptions.AssumeMeths (private): _assumptions

Inherited from object: __class__

Method Details [hide private]

__init__(self, lhs, rhs, name=None, is_endogenous=True)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)