.. _auto_matrix_scalardivide: *DIVIDED TWO MATRICES* ====================== Performs element-wise division of two same-shaped matrices (Matrix 1 รท Matrix 2). Use this worker whenever you need a pointwise quotient of two numerical matrices within a workflow. When to use ----------- Classification: **process**. Tagged: ``division``, ``elementwise``, ``linear_algebra``, ``matrix``, ``scalar_divide``, ``transform``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - Matrix 1 - matrix1 - matrix - โ - - Numerator matrix; must have the same dimensions as Matrix 2. Provide a 2-D numerical matrix โ leave unconnected only if the operation is not yet wired (node is optional but required at runtime). * - Matrix 2 - matrix2 - matrix - โ - - Denominator matrix; must have the same dimensions as Matrix 1. Ensure no zero-valued cells to avoid division-by-zero artefacts in the output. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - matrix_scalardivide_output_1 - matrix_scalardivide_output_1 - matrix - Resulting matrix of the same shape as the inputs, where each cell equals the corresponding cell of Matrix 1 divided by the corresponding cell of Matrix 2 (element-wise quotient). Disciplines ----------- - data.dataset.transform .. raw:: html
Auto-generated from transformation schema. Worker id: matrix_scalardivide. Schema hash: 32330c96018b. Hand-curated docs in workerexamples/ override this page when present.