Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

TensorNetworks

Guides

  • TensorNetworks

Tech Notes

  • Building Tensor Networks
  • Contraction Paths and Execution
  • Matrix Product States
  • A Working Tour of the Symmetry Functions
  • Tensor Networks Overview
  • Young Tableaux and Tensor Symmetries

Symbols

  • ActivateTensors
  • BinaryTensorNetwork
  • BinaryTensorNetworkQ
  • CanonicalPath
  • CanonicalPathQ
  • ContractIndices
  • ContractionTree
  • EinsteinSummation
  • GreedyContractionPath
  • HookFactor
  • HookLength
  • HookLengths
  • IndexedMultiply
  • InitializeTensorNetwork
  • MetricTensor
  • MetricTensorQ
  • MPSCanonicalForm
  • MPSCanonicalQ
  • MPSEntanglementEntropy
  • MPSNormalize
  • MPSNorm
  • MPSOverlap
  • MPSSchmidtValues
  • MPSTruncate
  • OptimalContractionPath
  • PartitionQ
  • PathIndexContractions
  • PathQ
  • PathToTreePath
  • RandomTensorNetwork
  • SchurDimension
  • SparseTensorNetwork
  • TableauColumns
  • TableauDimension
  • TableauRows
  • TableauShape
  • TableauSize
  • TableauWeylDimension
  • TensorNetworkAdd
  • TensorNetworkContraction
  • TensorNetworkContractions
  • TensorNetworkContract
  • TensorNetworkData
  • TensorNetworkDelete
  • TensorNetworkFreeIndices
  • TensorNetworkGraphData
  • TensorNetworkGraphQ
  • TensorNetworkIndexDimensions
  • TensorNetworkIndexGraph
  • TensorNetworkIndices
  • TensorNetwork
  • TensorNetworkQ
  • TensorNetworkRemoveCycles
  • TensorNetworkReplaceIndices
  • TensorNetworkSize
  • TensorNetworkTensors
  • TensorNetworkToNetGraph
  • ToTensorNetworkGraph
  • TransposePartition
  • TreePathQ
  • TreePathToPath
  • YoungProject
  • YoungSymmetrize
  • YoungTableau
  • YoungTableauQ
Wolfram`TensorNetworks`Symmetry`
TransposePartition
​
TransposePartition
[partition]
returns the conjugate (transpose) of an integer partition, equivalent to swapping rows and columns of the corresponding Young diagram.
​
Details and Options
▪
Each entry of the result is the count of partition parts at least as large as the column index: the j-th element of the conjugate is
Count[partition,x_/;x≥j]
.
▪
TransposePartition
is the partition-level analogue of swapping rows and columns of the Young diagram associated with the partition.
▪
TransposePartition
is a self-inverse operation:
TransposePartition[TransposePartition[par]]
is identical to
par
for every valid partition.
▪
Self-conjugate partitions (those whose Young diagram is symmetric about its main diagonal) satisfy
TransposePartition[par]===par
. Examples include
{3,2,1}
and
{4,2,1,1}
.
▪
The length of the conjugate equals the largest part of the input:
Length[TransposePartition[par]]
equals
First[par]
.
▪
TransposePartition[{}]
is defined and returns
{}
as a special case, even though
PartitionQ[{}]
returns
False
.
▪
Non-partition input (anything failing
PartitionQ[…]
) issues a
TransposePartition::notpar
message and returns
$Failed
.
​
Examples  
(20)
Basic Examples  
(4)
The conjugate of the partition {4, 2, 1}:
In[1]:=
TransposePartition
[{4,2,1}]
Out[1]=
{3,2,1,1}
​
TransposePartition is a self-inverse operation; applying it twice returns the original partition:
In[1]:=
TransposePartition

TransposePartition
[{4,2,1}]
Out[1]=
{4,2,1}
​
The partition {3, 2, 1} is self-conjugate: its Young diagram is symmetric about the main diagonal, so the result equals the input:
In[1]:=
TransposePartition
[{3,2,1}]
Out[1]=
{3,2,1}
​
For any self-conjugate partition the self-inverse property is doubly demonstrated:
In[1]:=
TransposePartition

TransposePartition
[{3,2,1}]
Out[1]=
{3,2,1}
Scope  
(9)

Applications  
(3)

Properties & Relations  
(4)

SeeAlso
PartitionQ
 
▪
TableauDimension
 
▪
HookLengths
 
▪
HookFactor
 
▪
YoungTableau
 
▪
TableauShape
 
▪
IntegerPartitions
 
▪
Transpose
TechNotes
▪
Young Symmetries
RelatedGuides
▪
TensorNetworks
""

© 2026 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com