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

SalvoCombatModeling

Guides

  • Heterogeneous Salvo Combat Modeling

Tech Notes

  • Battle of Coronel

Symbols

  • HeterogeneousSalvoModel
  • SalvoDamage
  • SalvoForceNameQ
  • SalvoModel
  • SalvoModelQ
  • SalvoModelTooltips
  • SalvoNotionDefinitions
  • SalvoTerms
  • SalvoVariable
  • SalvoVariableRules
AntonAntonov`SalvoCombatModeling`
HeterogeneousSalvoModel
​
HeterogeneousSalvoModel[{A,m},{B,n}]
creates heterogeneous salvo combat model matrices.
​
Details and Options

Examples  
(4)
Basic Examples  
(1)
Here we generate the model matrices for the force
A
with
2
units fighting the force
B
with
1
unit :
In[1]:=
ClearAll[A,B];​​m=
HeterogeneousSalvoModel
[{A,2},{B,1}]
Out[1]=
AUnits{A[1],A[2]},OffenseMatrix
β[B,A,1,1]ρ[A,B,1,1]σ[B,A,1,1]τ[B,A,1,1]Ψ[B,A,1,1]
ζ[A,1]
,
β[B,A,1,2]ρ[A,B,2,1]σ[B,A,1,2]τ[B,A,1,2]Ψ[B,A,1,2]
ζ[A,2]
,DefenseMatrix
γ[A,B,1,1]δ[A,B,1,1]Θ[A,B,1,1]τ[A,B,1,1]
ζ[A,1]
,0,0,
γ[A,B,2,1]δ[A,B,2,1]Θ[A,B,2,1]τ[A,B,2,1]
ζ[A,2]
,BUnits{B[1]},OffenseMatrix
β[A,B,1,1]ρ[B,A,1,1]σ[A,B,1,1]τ[A,B,1,1]Ψ[A,B,1,1]
ζ[B,1]
,
β[A,B,2,1]ρ[B,A,1,2]σ[A,B,2,1]τ[A,B,2,1]Ψ[A,B,2,1]
ζ[B,1]
,DefenseMatrix
γ[B,A,1,1]δ[B,A,1,1]Θ[B,A,1,1]τ[B,A,1,1]
ζ[B,1]
+
γ[B,A,1,2]δ[B,A,1,2]Θ[B,A,1,2]τ[B,A,1,2]
ζ[B,1]

Here is the matrix formula of the damage of the units
A
:
In[2]:=
m["A","OffenseMatrix"].m["B","Units"]-m["A","DefenseMatrix"].m["A","Units"]//Simplify//MatrixForm
Out[2]//MatrixForm=
-A[1]γ[A,B,1,1]δ[A,B,1,1]Θ[A,B,1,1]τ[A,B,1,1]+B[1]β[B,A,1,1]ρ[A,B,1,1]σ[B,A,1,1]τ[B,A,1,1]Ψ[B,A,1,1]
ζ[A,1]
-A[2]γ[A,B,2,1]δ[A,B,2,1]Θ[A,B,2,1]τ[A,B,2,1]+B[1]β[B,A,1,2]ρ[A,B,2,1]σ[B,A,1,2]τ[B,A,1,2]Ψ[B,A,1,2]
ζ[A,2]
Properties & Relations  
(1)

Neat Examples  
(2)

SeeAlso
SalvoTerms
▪
SalvoDamage
▪
SalvoVariable
RelatedGuides
▪
Heterogeneous Salvo Combat Modeling
""

© 2025 Wolfram. All rights reserved.

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