SymbolicOnesArray

SymbolicOnesArray[]

represents an array of ones with unspecified dimensions.

SymbolicOnesArray[{n1,n2,}]

represents an n1×n2× array of ones.

Details

  • Valid dimension specifications ni in SymbolicOnesArray[{n1,n2,}] are positive integers. It is also possible to work with symbolic dimension specifications.
  • SymbolicOnesArray may be produced by arithmetic operations and differentiation involving ArraySymbol objects.
  • For an array a=SymbolicOnesArray[{n1,n2,}] with positive integer dimension specifications ni, Normal[a] converts a to an explicit array. SparseArray[a] converts a to a SparseArray.

Examples

open allclose all

Basic Examples  (3)

Arithmetic operations may return a SymbolicOnesArray:

The derivative of an array expression may involve a SymbolicOnesArray:

Create a SymbolicOnesArray with explicit numeric dimensions:

Convert a to an explicit array:

Convert a to a SparseArray:

Scope  (2)

Arithmetic operations:

Array operations:

Properties & Relations  (3)

SymbolicOnesArray gives a symbolic representation of the array:

ConstantArray gives an explicit array:

Use Normal to convert a to an explicit array:

SymbolicZerosArray gives an array of zeros:

SymbolicOnesArray is a special case of SymbolicDeltaProductArray:

Wolfram Research (2024), SymbolicOnesArray, Wolfram Language function, https://reference.wolfram.com/language/ref/SymbolicOnesArray.html.

Text

Wolfram Research (2024), SymbolicOnesArray, Wolfram Language function, https://reference.wolfram.com/language/ref/SymbolicOnesArray.html.

CMS

Wolfram Language. 2024. "SymbolicOnesArray." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/SymbolicOnesArray.html.

APA

Wolfram Language. (2024). SymbolicOnesArray. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/SymbolicOnesArray.html

BibTeX

@misc{reference.wolfram_2024_symboliconesarray, author="Wolfram Research", title="{SymbolicOnesArray}", year="2024", howpublished="\url{https://reference.wolfram.com/language/ref/SymbolicOnesArray.html}", note=[Accessed: 10-September-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_symboliconesarray, organization={Wolfram Research}, title={SymbolicOnesArray}, year={2024}, url={https://reference.wolfram.com/language/ref/SymbolicOnesArray.html}, note=[Accessed: 10-September-2024 ]}