logo

Expression of type VecAdd

from the theory of proveit.linear_algebra.addition

In [1]:
import proveit
# Automation is not needed when building an expression:
proveit.defaults.automation = False # This will speed things up.
proveit.defaults.inline_pngs = False # Makes files smaller.
%load_expr # Load the stored expression as 'stored_expr'
# import Expression classes needed to build the expression
from proveit import Function, N, k, v, vk
from proveit.linear_algebra import ScalarMult, VecAdd, VecSum
from proveit.numbers import Exp, Interval, Mult, e, i, one, pi, two, zero
In [2]:
# build up the expression from sub-expressions
expr = VecAdd(Function(v, [zero]), VecSum(index_or_indices = [k], summand = ScalarMult(Exp(e, Mult(two, pi, i, k)), vk), domain = Interval(one, N)))
expr:
In [3]:
# check that the built expression is the same as the stored expression
assert expr == stored_expr
assert expr._style_id == stored_expr._style_id
print("Passed sanity check: expr matches stored_expr")
Passed sanity check: expr matches stored_expr
In [4]:
# Show the LaTeX representation of the expression for convenience if you need it.
print(stored_expr.latex())
v\left(0\right) + \left(\sum_{k=1}^{N} \left(\mathsf{e}^{2 \cdot \pi \cdot \mathsf{i} \cdot k} \cdot v\left(k\right)\right)\right)
In [5]:
stored_expr.style_options()
namedescriptiondefaultcurrent valuerelated methods
operation'infix' or 'function' style formattinginfixinfix
wrap_positionsposition(s) at which wrapping is to occur; '2 n - 1' is after the nth operand, '2 n' is after the nth operation.()()('with_wrapping_at', 'with_wrap_before_operator', 'with_wrap_after_operator', 'without_wrapping', 'wrap_positions')
justificationif any wrap positions are set, justify to the 'left', 'center', or 'right'centercenter('with_justification',)
In [6]:
# display the expression information
stored_expr.expr_info()
 core typesub-expressionsexpression
0Operationoperator: 1
operands: 2
1Literal
2ExprTuple3, 4
3Operationoperator: 22
operand: 8
4Operationoperator: 6
operand: 9
5ExprTuple8
6Literal
7ExprTuple9
8Literal
9Lambdaparameter: 35
body: 10
10Conditionalvalue: 11
condition: 12
11Operationoperator: 13
operands: 14
12Operationoperator: 15
operands: 16
13Literal
14ExprTuple17, 18
15Literal
16ExprTuple35, 19
17Operationoperator: 20
operands: 21
18Operationoperator: 22
operand: 35
19Operationoperator: 24
operands: 25
20Literal
21ExprTuple26, 27
22Variable
23ExprTuple35
24Literal
25ExprTuple28, 29
26Literal
27Operationoperator: 30
operands: 31
28Literal
29Variable
30Literal
31ExprTuple32, 33, 34, 35
32Literal
33Literal
34Literal
35Variable