An ISBN Number

Suppose an operator types a US Bank check code into a machine and transposes two adjacent digits (i.e. swaps the order of two adjacent digits) for example the operator types a3 a2 instead of a2 a3 , will the machine pick up every error of this type? Does the same apply to ISBN numbers; will a machine detect transposition errors in these numbers?

US Bank check codes are nine digit identification numbers a1 a2 a9 using the digits 0 to 9 where
7 a1 +3 a2 +9 a3 +7 a4 +3 a5 +9 a6 +7 a7 +3 a8 a9 mod 10.

ISBN Numbers have ten digits a1 a10 using the digits 0 to 9 where
10 a1 +9 a2 +8 a3 ++3 a8 +2 a9 + a10 0\mod11.