--- - name: scalar-determinant tag: determinant match: "count(*)=1 and not(*[1][self::m:mtr])" replace: - test: if: "$Verbosity='Verbose'" then: - t: "这" # phrase('the' square root of 25 equals 5) - t: "决定因素" # phrase(the 'determinant' of a matrix) - test: if: "$Verbosity!='Terse'" then: - t: "的" # phrase(systems 'of' linear equations) - x: "*[1]" - test: if: "not(IsNode(*[1], 'simple')) and $Impairment = 'Blindness'" then: [t: "结束决定因素"] # phrase('end determinant' of a matrix) - name: norm tag: norm match: "count(*)=1 and not(@data-intent-property)" replace: - test: if: "$Verbosity='Verbose'" then: - t: "这" # phrase('the' square root of 25 equals 5) - t: "规范" # phrase(the 'norm' can be a measure of distance) - test: if: "$Verbosity!='Terse'" then: - t: "的" # phrase(this is the mean 'of' the data) - x: "*[1]" - test: if: "not(IsNode(*[1], 'simple')) and $Impairment = 'Blindness'" then: [t: "结束规范"] # phrase('end norm' that is a measure of distance) - name: subscripted-norm tag: subscripted-norm match: count(*)=2 and "not(@data-intent-property)" replace: - test: if: "$Verbosity='Verbose'" then: - t: "这" # phrase('the' square root of 25 equals 5) - x: "*[2]" - t: "规范" # phrase(the 'norm' can be a measure of distance) - test: if: "$Verbosity!='Terse'" then: - t: "的" # phrase(systems 'of' linear equations) - x: "*[1]" - name: transpose tag: transpose match: "count(*)=1 and not(@data-intent-property)" replace: - x: "*[1]" - t: "转置" # phrase(this will 'transpose' the values) - name: trace tag: trace match: "not(@data-intent-property)" replace: - test: if: "$Verbosity='Verbose'" then: - t: "这" # phrase('the' square root of 25 equals 5) - t: "跟踪" # phrase('trace' of a matrix) - test: if: "$Verbosity!='Terse'" then: - t: "的" # phrase(systems 'of' linear equations) - x: "*[1]" - name: dimension tag: dimension match: "count(*)=1 and not(@data-intent-property)" replace: - test: if: "$Verbosity='Verbose'" then: - t: "这" # phrase('the' square root of 25 equals 5) - t: "维度" # phrase(the 'dimension' of the matrix) - test: if: "$Verbosity!='Terse'" then: - t: "的" # phrase(systems 'of' linear equations) - x: "*[1]" - name: homomorphism tag: homomorphism match: "count(*)=1 and not(@data-intent-property)" replace: - test: if: "$Verbosity='Verbose'" then: - t: "这" # phrase('the' square root of 25 equals 5) - t: "同态" # phrase('homomorphism' indicates similarity of form) - test: if: "$Verbosity!='Terse'" then: - t: "的" # phrase(systems 'of' linear equations) - x: "*[1]" - name: kernel tag: kernel match: "count(*)=1 and not(@data-intent-property)" replace: - test: if: "$Verbosity='Verbose'" then: - t: "这" # phrase('the' square root of 25 equals 5) - t: "内核" # phrase(this is the 'kernel' of the function) - test: if: "$Verbosity!='Terse'" then: - t: "的" # phrase(systems 'of' linear equations) - x: "*[1]"