Unbekanntenvektor neu berechnen
This commit is contained in:
2
.idea/Masterprojekt-Campusnetz.iml
generated
2
.idea/Masterprojekt-Campusnetz.iml
generated
@@ -4,7 +4,7 @@
|
|||||||
<content url="file://$MODULE_DIR$">
|
<content url="file://$MODULE_DIR$">
|
||||||
<excludeFolder url="file://$MODULE_DIR$/.venv" />
|
<excludeFolder url="file://$MODULE_DIR$/.venv" />
|
||||||
</content>
|
</content>
|
||||||
<orderEntry type="jdk" jdkName="Python 3.14" jdkType="Python SDK" />
|
<orderEntry type="jdk" jdkName="Python 3.14 (Masterprojekt)" jdkType="Python SDK" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
</component>
|
</component>
|
||||||
</module>
|
</module>
|
||||||
2
.idea/dataSources.local.xml
generated
2
.idea/dataSources.local.xml
generated
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="dataSourceStorageLocal" created-in="PY-252.27397.106">
|
<component name="dataSourceStorageLocal" created-in="PY-252.28238.29">
|
||||||
<data-source name="Campusnetz.db" uuid="c385b2f5-c801-4154-bc11-62182a8396b3">
|
<data-source name="Campusnetz.db" uuid="c385b2f5-c801-4154-bc11-62182a8396b3">
|
||||||
<database-info product="SQLite" version="3.45.1" jdbc-version="4.2" driver-name="SQLite JDBC" driver-version="3.45.1.0" dbms="SQLITE" exact-version="3.45.1" exact-driver-version="3.45">
|
<database-info product="SQLite" version="3.45.1" jdbc-version="4.2" driver-name="SQLite JDBC" driver-version="3.45.1.0" dbms="SQLITE" exact-version="3.45.1" exact-driver-version="3.45">
|
||||||
<identifier-quote-string>"</identifier-quote-string>
|
<identifier-quote-string>"</identifier-quote-string>
|
||||||
|
|||||||
70
.idea/dataSources/bf3bfb54-ef6e-4a90-8cb8-69f52581bab9.corrupted.20251218-033406.reason.txt
generated
Normal file
70
.idea/dataSources/bf3bfb54-ef6e-4a90-8cb8-69f52581bab9.corrupted.20251218-033406.reason.txt
generated
Normal file
@@ -0,0 +1,70 @@
|
|||||||
|
java.lang.IllegalStateException: Storage for [C:\Users\fabia\AppData\Local\JetBrains\PyCharm2025.2\data-source\e067176d\bf3bfb54-ef6e-4a90-8cb8-69f52581bab9\entities\entities.dat] is already registered
|
||||||
|
at com.intellij.util.io.FilePageCache.registerPagedFileStorage(FilePageCache.java:411)
|
||||||
|
at com.intellij.util.io.PagedFileStorage.<init>(PagedFileStorage.java:74)
|
||||||
|
at com.intellij.util.io.ResizeableMappedFile.<init>(ResizeableMappedFile.java:71)
|
||||||
|
at com.intellij.util.io.PersistentBTreeEnumerator.<init>(PersistentBTreeEnumerator.java:130)
|
||||||
|
at com.intellij.util.io.PersistentEnumerator.createDefaultEnumerator(PersistentEnumerator.java:53)
|
||||||
|
at com.intellij.util.io.PersistentMapImpl.<init>(PersistentMapImpl.java:166)
|
||||||
|
at com.intellij.util.io.PersistentMapImpl.<init>(PersistentMapImpl.java:141)
|
||||||
|
at com.intellij.util.io.PersistentMapBuilder.buildImplementation(PersistentMapBuilder.java:91)
|
||||||
|
at com.intellij.util.io.PersistentMapBuilder.build(PersistentMapBuilder.java:74)
|
||||||
|
at com.intellij.database.model.ModelEntityStoragePersistentBackend.opened(ModelEntityStoragePersistentBackend.kt:136)
|
||||||
|
at com.intellij.database.model.ModelEntityStoragePersistentBackend.<init>(ModelEntityStoragePersistentBackend.kt:86)
|
||||||
|
at com.intellij.database.model.ModelEntityStoragePersistentBackendKt$ourFlusher$1$create$1.invoke(ModelEntityStoragePersistentBackend.kt:45)
|
||||||
|
at com.intellij.database.model.ModelEntityStoragePersistentBackendKt$ourFlusher$1$create$1.invoke(ModelEntityStoragePersistentBackend.kt:45)
|
||||||
|
at com.intellij.database.model.ModelEntityStoragePersistentBackendKt$ourFlusher$1.create$lambda$0(ModelEntityStoragePersistentBackend.kt:45)
|
||||||
|
at java.base/java.util.concurrent.ConcurrentMap.computeIfAbsent(ConcurrentMap.java:330)
|
||||||
|
at com.intellij.database.model.ModelEntityStoragePersistentBackendKt$ourFlusher$1.create(ModelEntityStoragePersistentBackend.kt:45)
|
||||||
|
at com.intellij.database.model.ModelEntityStoragePersistentBackendKt.create(ModelEntityStoragePersistentBackend.kt:76)
|
||||||
|
at com.intellij.database.dataSource.srcStorage.DbSrcModelStorage.createBackend(DbSrcModelStorage.java:289)
|
||||||
|
at com.intellij.database.dataSource.srcStorage.DbSrcModelStorage.createPersistentBackend(DbSrcModelStorage.java:280)
|
||||||
|
at com.intellij.database.dataSource.srcStorage.DbSrcModelStorage.createEntityStorage(DbSrcModelStorage.java:260)
|
||||||
|
at com.intellij.database.model.BaseModel.<init>(BaseModel.java:101)
|
||||||
|
at com.intellij.database.dialects.sqlite.model.SqliteImplModel.<init>(SqliteImplModel.java:40)
|
||||||
|
at com.intellij.database.model.meta.BasicMetaModel.newModel(BasicMetaModel.java:56)
|
||||||
|
at com.intellij.database.model.ModelFacade.createModel(ModelFacade.java:28)
|
||||||
|
at com.intellij.database.model.ModelFactory.createModel(ModelFactory.kt:22)
|
||||||
|
at com.intellij.database.model.serialization.ModelImporter.deserializeFast(ModelImporter.java:91)
|
||||||
|
at com.intellij.database.model.serialization.ModelImporter.deserialize(ModelImporter.java:68)
|
||||||
|
at com.intellij.database.dataSource.DataSourceModelStorageImpl$Companion.readModel(DataSourceModelStorageImpl.kt:605)
|
||||||
|
at com.intellij.database.dataSource.DataSourceModelStorageImpl$Companion.readModel(DataSourceModelStorageImpl.kt:588)
|
||||||
|
at com.intellij.database.dataSource.DataSourceModelStorageImpl.readModel(DataSourceModelStorageImpl.kt:373)
|
||||||
|
at com.intellij.database.dataSource.DataSourceModelStorageImpl.loadModels(DataSourceModelStorageImpl.kt:262)
|
||||||
|
at com.intellij.database.dataSource.DataSourceModelStorageImpl.readStateHeavy(DataSourceModelStorageImpl.kt:161)
|
||||||
|
at com.intellij.database.dataSource.DataSourceModelStorageImpl.continueLoadingWhenInitialized$lambda$8$lambda$7$lambda$6$lambda$5(DataSourceModelStorageImpl.kt:144)
|
||||||
|
at com.intellij.openapi.progress.util.BackgroundTaskUtil.lambda$runUnderDisposeAwareIndicator$15(BackgroundTaskUtil.java:371)
|
||||||
|
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
|
||||||
|
at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:44)
|
||||||
|
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
|
||||||
|
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:681)
|
||||||
|
at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:756)
|
||||||
|
at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:712)
|
||||||
|
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:680)
|
||||||
|
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:78)
|
||||||
|
at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
|
||||||
|
at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:366)
|
||||||
|
at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:349)
|
||||||
|
at com.intellij.database.dataSource.DataSourceModelStorageImpl.continueLoadingWhenInitialized$lambda$8$lambda$7$lambda$6(DataSourceModelStorageImpl.kt:143)
|
||||||
|
at com.intellij.database.util.AsyncTask$Frame$compute$$inlined$supply$1$1.run(AsyncTask.kt:878)
|
||||||
|
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:681)
|
||||||
|
at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:756)
|
||||||
|
at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:712)
|
||||||
|
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:680)
|
||||||
|
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:78)
|
||||||
|
at com.intellij.database.util.AsyncTask$Frame$compute$$inlined$supply$1.get(AsyncTask.kt:903)
|
||||||
|
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
|
||||||
|
at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:167)
|
||||||
|
at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:167)
|
||||||
|
at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:173)
|
||||||
|
at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:167)
|
||||||
|
at com.intellij.util.concurrency.ContextRunnable.run(ContextRunnable.java:27)
|
||||||
|
at com.intellij.database.dataSource.DataSourceModelStorageImpl$continueLoadingWhenInitialized$2$1$1$1$1.invokeSuspend(DataSourceModelStorageImpl.kt:142)
|
||||||
|
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
|
||||||
|
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
|
||||||
|
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:613)
|
||||||
|
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:1189)
|
||||||
|
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:778)
|
||||||
|
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:765)
|
||||||
|
Suppressed: java.lang.Exception: Storage[C:\Users\fabia\AppData\Local\JetBrains\PyCharm2025.2\data-source\e067176d\bf3bfb54-ef6e-4a90-8cb8-69f52581bab9\entities\entities.dat] registration stack trace
|
||||||
|
at com.intellij.util.io.FilePageCache.registerPagedFileStorage(FilePageCache.java:438)
|
||||||
|
... 65 more
|
||||||
1714
.idea/dataSources/bf3bfb54-ef6e-4a90-8cb8-69f52581bab9.corrupted.20251218-033406.xml
generated
Normal file
1714
.idea/dataSources/bf3bfb54-ef6e-4a90-8cb8-69f52581bab9.corrupted.20251218-033406.xml
generated
Normal file
File diff suppressed because it is too large
Load Diff
2
.idea/misc.xml
generated
2
.idea/misc.xml
generated
@@ -3,5 +3,5 @@
|
|||||||
<component name="Black">
|
<component name="Black">
|
||||||
<option name="sdkName" value="Python 3.14" />
|
<option name="sdkName" value="Python 3.14" />
|
||||||
</component>
|
</component>
|
||||||
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.14" project-jdk-type="Python SDK" />
|
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.14 (Masterprojekt)" project-jdk-type="Python SDK" />
|
||||||
</project>
|
</project>
|
||||||
847
Campusnetz.ipynb
847
Campusnetz.ipynb
File diff suppressed because it is too large
Load Diff
@@ -87,7 +87,14 @@ class Datenbankzugriff:
|
|||||||
if koordinate[1] is not None and koordinate[2] is not None and koordinate[3] is not None
|
if koordinate[1] is not None and koordinate[2] is not None and koordinate[3] is not None
|
||||||
]
|
]
|
||||||
if ausgabeart == "Dict":
|
if ausgabeart == "Dict":
|
||||||
return {koordinate[0]: sp.Matrix([float(koordinate[1]), float(koordinate[2]), float(koordinate[3])]) for koordinate in liste_koordinaten}
|
return {
|
||||||
|
koordinate[0]: sp.Matrix([
|
||||||
|
sp.Float(str(koordinate[1])),
|
||||||
|
sp.Float(str(koordinate[2])),
|
||||||
|
sp.Float(str(koordinate[3]))
|
||||||
|
])
|
||||||
|
for koordinate in liste_koordinaten
|
||||||
|
}
|
||||||
|
|
||||||
def set_koordinaten(self, dict_koordinaten, koordinatenart):
|
def set_koordinaten(self, dict_koordinaten, koordinatenart):
|
||||||
con = sqlite3.connect(self.pfad_datenbank)
|
con = sqlite3.connect(self.pfad_datenbank)
|
||||||
|
|||||||
@@ -18,8 +18,7 @@ class Export:
|
|||||||
zeile_als_text = [zeilenbeschriftung]
|
zeile_als_text = [zeilenbeschriftung]
|
||||||
for eintrag in zeile:
|
for eintrag in zeile:
|
||||||
try:
|
try:
|
||||||
eintrag_float = float(eintrag)
|
eintrag_text = str(eintrag).replace(".", ",")
|
||||||
eintrag_text = f"{eintrag_float}".replace(".", ",")
|
|
||||||
except Exception:
|
except Exception:
|
||||||
eintrag_text = str(eintrag)
|
eintrag_text = str(eintrag)
|
||||||
zeile_als_text.append(eintrag_text)
|
zeile_als_text.append(eintrag_text)
|
||||||
|
|||||||
@@ -167,30 +167,6 @@ class FunktionalesModell:
|
|||||||
def jacobi_matrix_zahlen_iteration_0(self, A_symbolisch, koordinatenart, liste_unbekannte = None, liste_zeilenbeschriftungen_gesamt = None):
|
def jacobi_matrix_zahlen_iteration_0(self, A_symbolisch, koordinatenart, liste_unbekannte = None, liste_zeilenbeschriftungen_gesamt = None):
|
||||||
|
|
||||||
if koordinatenart == "naeherung_us":
|
if koordinatenart == "naeherung_us":
|
||||||
#db_zugriff = Datenbankzugriff(self.pfad_datenbank)
|
|
||||||
#dict_koordinaten_B_L = self.berechnungen.geometrische_breite_laenge(db_zugriff.get_koordinaten(koordinatenart))
|
|
||||||
#liste_beobachtungen = db_zugriff.get_beobachtungen_from_beobachtungenid()
|
|
||||||
#substitutionen = {}
|
|
||||||
|
|
||||||
#for punktnummer, vektor in dict_koordinaten_B_L.items():
|
|
||||||
# X_sym, Y_sym, Z_sym, B_sym, L_Sym = sp.symbols(f"X{punktnummer} Y{punktnummer} Z{punktnummer} B{punktnummer} L{punktnummer}")
|
|
||||||
|
|
||||||
# substitutionen[X_sym] = vektor[0][0]
|
|
||||||
# substitutionen[Y_sym] = vektor[0][1]
|
|
||||||
# substitutionen[Z_sym] = vektor[0][2]
|
|
||||||
# substitutionen[B_sym] = vektor[1]
|
|
||||||
# substitutionen[L_Sym] = vektor[2]
|
|
||||||
|
|
||||||
#for standpunkt, zielpunkt, beobachtungenID, tachymeter_richtung, tachymeter_zenitwinkel, tachymeter_distanz in liste_beobachtungen:
|
|
||||||
# alpha = sp.symbols(f"{beobachtungenID}_alpha{standpunkt}_{zielpunkt}")
|
|
||||||
# zw = sp.symbols(f"{beobachtungenID}_zw{standpunkt}_{zielpunkt}")
|
|
||||||
# s = sp.symbols(f"{beobachtungenID}_s{standpunkt}_{zielpunkt}")
|
|
||||||
|
|
||||||
# substitutionen[alpha] = tachymeter_richtung
|
|
||||||
# substitutionen[zw] = tachymeter_zenitwinkel
|
|
||||||
# substitutionen[s] = tachymeter_distanz
|
|
||||||
|
|
||||||
|
|
||||||
A_numerisch = A_symbolisch.xreplace(self.substitutionen_dict)
|
A_numerisch = A_symbolisch.xreplace(self.substitutionen_dict)
|
||||||
|
|
||||||
Export.matrix_to_csv(r"Zwischenergebnisse\Jacobi_Matrix_Numerisch_Iteration0.csv", liste_unbekannte,
|
Export.matrix_to_csv(r"Zwischenergebnisse\Jacobi_Matrix_Numerisch_Iteration0.csv", liste_unbekannte,
|
||||||
@@ -216,9 +192,6 @@ class FunktionalesModell:
|
|||||||
|
|
||||||
for beobachtung_symbolisch in liste_beobachtungsvektor_symbolisch:
|
for beobachtung_symbolisch in liste_beobachtungsvektor_symbolisch:
|
||||||
aufgeteilt = beobachtung_symbolisch.split("_")
|
aufgeteilt = beobachtung_symbolisch.split("_")
|
||||||
#beobachtungen_ID = aufgeteilt[0]
|
|
||||||
#beobachtungsart = aufgeteilt[1] # "SD", "R", "ZW"
|
|
||||||
#beobachtungsgruppeID = aufgeteilt[2]
|
|
||||||
standpunkt = str(aufgeteilt[3])
|
standpunkt = str(aufgeteilt[3])
|
||||||
zielpunkt = str(aufgeteilt[4])
|
zielpunkt = str(aufgeteilt[4])
|
||||||
|
|
||||||
@@ -264,6 +237,24 @@ class FunktionalesModell:
|
|||||||
|
|
||||||
return beobachtungsvektor_naeherung_numerisch_iteration0
|
return beobachtungsvektor_naeherung_numerisch_iteration0
|
||||||
|
|
||||||
|
def unbekanntenvektor_symbolisch(self, liste_unbekannte):
|
||||||
|
unbekanntenvektor_symbolisch = sp.Matrix(liste_unbekannte)
|
||||||
|
Export.matrix_to_csv(r"Zwischenergebnisse\Unbekanntenvektor_Symbolisch.csv", [""], liste_unbekannte, unbekanntenvektor_symbolisch,
|
||||||
|
"Unbekanntenvektor")
|
||||||
|
return(unbekanntenvektor_symbolisch)
|
||||||
|
|
||||||
|
def unbekanntenvektor_numerisch(self, liste_unbekanntenvektor_symbolisch, unbekanntenvektor_symbolisch, dX_Vektor = None, unbekanntenvektor_neumerisch_vorherige_Iteration = None):
|
||||||
|
if dX_Vektor is None and unbekanntenvektor_neumerisch_vorherige_Iteration is None:
|
||||||
|
unbekanntenvektor_numerisch = unbekanntenvektor_symbolisch.xreplace(self.substitutionen_dict)
|
||||||
|
else:
|
||||||
|
unbekanntenvektor_numerisch = unbekanntenvektor_neumerisch_vorherige_Iteration + dX_Vektor
|
||||||
|
|
||||||
|
Export.matrix_to_csv(r"Zwischenergebnisse\Unbekanntenvektor_Numerisch_Iteration0.csv", [""],
|
||||||
|
liste_unbekanntenvektor_symbolisch, unbekanntenvektor_numerisch,
|
||||||
|
"Unbekanntenvektor")
|
||||||
|
return unbekanntenvektor_numerisch
|
||||||
|
|
||||||
|
|
||||||
def berechnung_dl(self, beobachtungsvektor_numerisch, beobachtungsvektor_naeherung_numerisch):
|
def berechnung_dl(self, beobachtungsvektor_numerisch, beobachtungsvektor_naeherung_numerisch):
|
||||||
dl = beobachtungsvektor_numerisch - beobachtungsvektor_naeherung_numerisch
|
dl = beobachtungsvektor_numerisch - beobachtungsvektor_naeherung_numerisch
|
||||||
return dl
|
return dl
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
178
Zwischenergebnisse/Unbekanntenvektor_Numerisch_Iteration0.csv
Normal file
178
Zwischenergebnisse/Unbekanntenvektor_Numerisch_Iteration0.csv
Normal file
@@ -0,0 +1,178 @@
|
|||||||
|
Unbekanntenvektor;
|
||||||
|
X10009;3794737,8261094868
|
||||||
|
Y10009;546742,68877082553
|
||||||
|
Z10009;5080128,3507065025
|
||||||
|
X10006;3794737,3173918251
|
||||||
|
Y10006;546711,81881005680
|
||||||
|
Z10006;5080139,1948981553
|
||||||
|
X10010;3794749,9062764374
|
||||||
|
Y10010;546779,89873060947
|
||||||
|
Z10010;5080150,0065082129
|
||||||
|
X10018;3794746,3410212440
|
||||||
|
Y10018;546805,36274589579
|
||||||
|
Z10018;5080131,2606735807
|
||||||
|
X10008;3794766,3320322788
|
||||||
|
Y10008;546753,35065436338
|
||||||
|
Z10008;5080126,6029089628
|
||||||
|
X10005;3794766,1208143157
|
||||||
|
Y10005;546724,06052930078
|
||||||
|
Z10005;5080116,5199339003
|
||||||
|
X10003;3794815,3173410210
|
||||||
|
Y10003;546732,77828696876
|
||||||
|
Z10003;5080080,1724589822
|
||||||
|
X10004;3794777,6376987905
|
||||||
|
Y10004;546715,83150049957
|
||||||
|
Z10004;5080113,1123126568
|
||||||
|
X10007;3794837,5286159980
|
||||||
|
Y10007;546770,79318297003
|
||||||
|
Z10007;5080113,7809357923
|
||||||
|
X10001;3794877,4442163322
|
||||||
|
Y10001;546736,00280125012
|
||||||
|
Z10001;5080033,9233738090
|
||||||
|
X10002;3794847,2705692228
|
||||||
|
Y10002;546727,23776782755
|
||||||
|
Z10002;5080068,6550395742
|
||||||
|
X10016;3794821,5493086762
|
||||||
|
Y10016;546795,35855828324
|
||||||
|
Z10016;5080096,3781247181
|
||||||
|
X10011;3794865,2733347461
|
||||||
|
Y10011;546819,04011517813
|
||||||
|
Z10011;5080007,2618007053
|
||||||
|
X10026;3794745,3602895556
|
||||||
|
Y10026;546838,50900056992
|
||||||
|
Z10026;5080137,0151585320
|
||||||
|
X10027;3794739,3149203953
|
||||||
|
Y10027;546879,33793638616
|
||||||
|
Z10027;5080111,1458846316
|
||||||
|
X10043;3794734,8351122441
|
||||||
|
Y10043;546926,68930651186
|
||||||
|
Z10043;5080112,5813005353
|
||||||
|
X10044;3794729,0623322332
|
||||||
|
Y10044;546959,86250598939
|
||||||
|
Z10044;5080088,3333714346
|
||||||
|
X10021;3794756,6131819634
|
||||||
|
Y10021;546837,75365389517
|
||||||
|
Z10021;5080107,5121020472
|
||||||
|
X10020;3794765,2080349228
|
||||||
|
Y10020;546838,53030298970
|
||||||
|
Z10020;5080104,5111676977
|
||||||
|
X10024;3794750,8358620867
|
||||||
|
Y10024;546859,63394459803
|
||||||
|
Z10024;5080100,5394282307
|
||||||
|
X10025;3794751,7663267483
|
||||||
|
Y10025;546873,57347223762
|
||||||
|
Z10025;5080095,0451717615
|
||||||
|
X10022;3794759,1895938955
|
||||||
|
Y10022;546845,28401077731
|
||||||
|
Z10022;5080103,5899291664
|
||||||
|
X10023;3794761,9526928161
|
||||||
|
Y10023;546851,33336517339
|
||||||
|
Z10023;5080100,5059386708
|
||||||
|
X10019;3794800,8740875486
|
||||||
|
Y10019;546840,94087227260
|
||||||
|
Z10019;5080110,3273932595
|
||||||
|
X10033;3794796,8531006654
|
||||||
|
Y10033;546879,07184937566
|
||||||
|
Z10033;5080094,0204517832
|
||||||
|
X10017;3794800,7678644184
|
||||||
|
Y10017;546828,68122233710
|
||||||
|
Z10017;5080065,2825882381
|
||||||
|
X10052;3794730,1960150051
|
||||||
|
Y10052;546990,10831652910
|
||||||
|
Z10052;5080096,2656965254
|
||||||
|
X10042;3794728,5162126020
|
||||||
|
Y10042;546934,34006903819
|
||||||
|
Z10042;5080079,7273739038
|
||||||
|
X10053;3794719,6916959078
|
||||||
|
Y10053;547015,48054781071
|
||||||
|
Z10053;5080068,7703563867
|
||||||
|
X10037;3794772,9778814467
|
||||||
|
Y10037;546952,92013359477
|
||||||
|
Z10037;5080046,8109239414
|
||||||
|
X10040;3794739,6030496521
|
||||||
|
Y10040;546947,75984157427
|
||||||
|
Z10040;5080048,1969198893
|
||||||
|
X10041;3794730,1824448139
|
||||||
|
Y10041;546914,19811434475
|
||||||
|
Z10041;5080049,3500350653
|
||||||
|
X10038;3794782,7017423193
|
||||||
|
Y10038;546922,48386199018
|
||||||
|
Z10038;5080051,8118791558
|
||||||
|
X10051;3794745,1460916233
|
||||||
|
Y10051;546988,18094585355
|
||||||
|
Z10051;5080068,9972397214
|
||||||
|
X10036;3794786,0750212390
|
||||||
|
Y10036;546959,93132156577
|
||||||
|
Z10036;5080032,2974019706
|
||||||
|
X10035;3794812,6082424349
|
||||||
|
Y10035;546947,26188674066
|
||||||
|
Z10035;5080006,7163449917
|
||||||
|
X10039;3794777,7914583969
|
||||||
|
Y10039;546907,18289460418
|
||||||
|
Z10039;5080055,0958695237
|
||||||
|
X10059;3794705,8658490042
|
||||||
|
Y10059;547076,03198452389
|
||||||
|
Z10059;5080058,6055812442
|
||||||
|
X10050;3794734,7983456069
|
||||||
|
Y10050;547006,91683443581
|
||||||
|
Z10050;5080052,2874619229
|
||||||
|
X10013;3794826,9382148853
|
||||||
|
Y10013;546821,50874597263
|
||||||
|
Z10013;5080049,8667718192
|
||||||
|
X10028;3794859,0233499698
|
||||||
|
Y10028;546892,27846656784
|
||||||
|
Z10028;5079987,7607363630
|
||||||
|
X10012;3794821,3323145389
|
||||||
|
Y10012;546795,84225596000
|
||||||
|
Z10012;5080043,3879320889
|
||||||
|
X10014;3794813,7871761550
|
||||||
|
Y10014;546807,87279685993
|
||||||
|
Z10014;5080059,9679990845
|
||||||
|
X10031;3794800,9671774456
|
||||||
|
Y10031;546875,13272652383
|
||||||
|
Z10031;5080058,5378277475
|
||||||
|
X10015;3794825,3025951464
|
||||||
|
Y10015;546794,34543982906
|
||||||
|
Z10015;5080076,0668343443
|
||||||
|
X10032;3794744,6965562960
|
||||||
|
Y10032;546866,50282400186
|
||||||
|
Z10032;5080024,1065637068
|
||||||
|
X10030;3794813,4354968976
|
||||||
|
Y10030;546887,79185455695
|
||||||
|
Z10030;5080021,1584832004
|
||||||
|
X10029;3794812,4058714940
|
||||||
|
Y10029;546901,17878684785
|
||||||
|
Z10029;5080017,3976387208
|
||||||
|
X10034;3794851,7492064292
|
||||||
|
Y10034;546947,45549867210
|
||||||
|
Z10034;5079974,2108252074
|
||||||
|
X10045;3794857,0124008224
|
||||||
|
Y10045;547004,59141104372
|
||||||
|
Z10045;5079971,9726825530
|
||||||
|
X10049;3794751,2572443298
|
||||||
|
Y10049;547011,56194730279
|
||||||
|
Z10049;5080031,2696144487
|
||||||
|
X10047;3794794,0888480879
|
||||||
|
Y10047;547003,25526369818
|
||||||
|
Z10047;5079996,4270136360
|
||||||
|
X10046;3794809,3628738735
|
||||||
|
Y10046;546996,66390205411
|
||||||
|
Z10046;5079986,7426119278
|
||||||
|
X10048;3794772,8513984394
|
||||||
|
Y10048;547004,79019417693
|
||||||
|
Z10048;5080014,6234130393
|
||||||
|
X10057;3794763,2886457477
|
||||||
|
Y10057;547065,11840483252
|
||||||
|
Z10057;5080003,6886467107
|
||||||
|
X10055;3794799,7076102519
|
||||||
|
Y10055;547064,35354224121
|
||||||
|
Z10055;5079974,0101138130
|
||||||
|
X10054;3794845,9912677171
|
||||||
|
Y10054;547061,68456488943
|
||||||
|
Z10054;5079930,5760331770
|
||||||
|
X10058;3794736,1075504871
|
||||||
|
Y10058;547085,20337710682
|
||||||
|
Z10058;5080034,3588629889
|
||||||
|
X10056;3794790,3311639278
|
||||||
|
Y10056;547079,62319395720
|
||||||
|
Z10056;5079984,3166781181
|
||||||
|
178
Zwischenergebnisse/Unbekanntenvektor_Symbolisch.csv
Normal file
178
Zwischenergebnisse/Unbekanntenvektor_Symbolisch.csv
Normal file
@@ -0,0 +1,178 @@
|
|||||||
|
Unbekanntenvektor;
|
||||||
|
X10009;X10009
|
||||||
|
Y10009;Y10009
|
||||||
|
Z10009;Z10009
|
||||||
|
X10006;X10006
|
||||||
|
Y10006;Y10006
|
||||||
|
Z10006;Z10006
|
||||||
|
X10010;X10010
|
||||||
|
Y10010;Y10010
|
||||||
|
Z10010;Z10010
|
||||||
|
X10018;X10018
|
||||||
|
Y10018;Y10018
|
||||||
|
Z10018;Z10018
|
||||||
|
X10008;X10008
|
||||||
|
Y10008;Y10008
|
||||||
|
Z10008;Z10008
|
||||||
|
X10005;X10005
|
||||||
|
Y10005;Y10005
|
||||||
|
Z10005;Z10005
|
||||||
|
X10003;X10003
|
||||||
|
Y10003;Y10003
|
||||||
|
Z10003;Z10003
|
||||||
|
X10004;X10004
|
||||||
|
Y10004;Y10004
|
||||||
|
Z10004;Z10004
|
||||||
|
X10007;X10007
|
||||||
|
Y10007;Y10007
|
||||||
|
Z10007;Z10007
|
||||||
|
X10001;X10001
|
||||||
|
Y10001;Y10001
|
||||||
|
Z10001;Z10001
|
||||||
|
X10002;X10002
|
||||||
|
Y10002;Y10002
|
||||||
|
Z10002;Z10002
|
||||||
|
X10016;X10016
|
||||||
|
Y10016;Y10016
|
||||||
|
Z10016;Z10016
|
||||||
|
X10011;X10011
|
||||||
|
Y10011;Y10011
|
||||||
|
Z10011;Z10011
|
||||||
|
X10026;X10026
|
||||||
|
Y10026;Y10026
|
||||||
|
Z10026;Z10026
|
||||||
|
X10027;X10027
|
||||||
|
Y10027;Y10027
|
||||||
|
Z10027;Z10027
|
||||||
|
X10043;X10043
|
||||||
|
Y10043;Y10043
|
||||||
|
Z10043;Z10043
|
||||||
|
X10044;X10044
|
||||||
|
Y10044;Y10044
|
||||||
|
Z10044;Z10044
|
||||||
|
X10021;X10021
|
||||||
|
Y10021;Y10021
|
||||||
|
Z10021;Z10021
|
||||||
|
X10020;X10020
|
||||||
|
Y10020;Y10020
|
||||||
|
Z10020;Z10020
|
||||||
|
X10024;X10024
|
||||||
|
Y10024;Y10024
|
||||||
|
Z10024;Z10024
|
||||||
|
X10025;X10025
|
||||||
|
Y10025;Y10025
|
||||||
|
Z10025;Z10025
|
||||||
|
X10022;X10022
|
||||||
|
Y10022;Y10022
|
||||||
|
Z10022;Z10022
|
||||||
|
X10023;X10023
|
||||||
|
Y10023;Y10023
|
||||||
|
Z10023;Z10023
|
||||||
|
X10019;X10019
|
||||||
|
Y10019;Y10019
|
||||||
|
Z10019;Z10019
|
||||||
|
X10033;X10033
|
||||||
|
Y10033;Y10033
|
||||||
|
Z10033;Z10033
|
||||||
|
X10017;X10017
|
||||||
|
Y10017;Y10017
|
||||||
|
Z10017;Z10017
|
||||||
|
X10052;X10052
|
||||||
|
Y10052;Y10052
|
||||||
|
Z10052;Z10052
|
||||||
|
X10042;X10042
|
||||||
|
Y10042;Y10042
|
||||||
|
Z10042;Z10042
|
||||||
|
X10053;X10053
|
||||||
|
Y10053;Y10053
|
||||||
|
Z10053;Z10053
|
||||||
|
X10037;X10037
|
||||||
|
Y10037;Y10037
|
||||||
|
Z10037;Z10037
|
||||||
|
X10040;X10040
|
||||||
|
Y10040;Y10040
|
||||||
|
Z10040;Z10040
|
||||||
|
X10041;X10041
|
||||||
|
Y10041;Y10041
|
||||||
|
Z10041;Z10041
|
||||||
|
X10038;X10038
|
||||||
|
Y10038;Y10038
|
||||||
|
Z10038;Z10038
|
||||||
|
X10051;X10051
|
||||||
|
Y10051;Y10051
|
||||||
|
Z10051;Z10051
|
||||||
|
X10036;X10036
|
||||||
|
Y10036;Y10036
|
||||||
|
Z10036;Z10036
|
||||||
|
X10035;X10035
|
||||||
|
Y10035;Y10035
|
||||||
|
Z10035;Z10035
|
||||||
|
X10039;X10039
|
||||||
|
Y10039;Y10039
|
||||||
|
Z10039;Z10039
|
||||||
|
X10059;X10059
|
||||||
|
Y10059;Y10059
|
||||||
|
Z10059;Z10059
|
||||||
|
X10050;X10050
|
||||||
|
Y10050;Y10050
|
||||||
|
Z10050;Z10050
|
||||||
|
X10013;X10013
|
||||||
|
Y10013;Y10013
|
||||||
|
Z10013;Z10013
|
||||||
|
X10028;X10028
|
||||||
|
Y10028;Y10028
|
||||||
|
Z10028;Z10028
|
||||||
|
X10012;X10012
|
||||||
|
Y10012;Y10012
|
||||||
|
Z10012;Z10012
|
||||||
|
X10014;X10014
|
||||||
|
Y10014;Y10014
|
||||||
|
Z10014;Z10014
|
||||||
|
X10031;X10031
|
||||||
|
Y10031;Y10031
|
||||||
|
Z10031;Z10031
|
||||||
|
X10015;X10015
|
||||||
|
Y10015;Y10015
|
||||||
|
Z10015;Z10015
|
||||||
|
X10032;X10032
|
||||||
|
Y10032;Y10032
|
||||||
|
Z10032;Z10032
|
||||||
|
X10030;X10030
|
||||||
|
Y10030;Y10030
|
||||||
|
Z10030;Z10030
|
||||||
|
X10029;X10029
|
||||||
|
Y10029;Y10029
|
||||||
|
Z10029;Z10029
|
||||||
|
X10034;X10034
|
||||||
|
Y10034;Y10034
|
||||||
|
Z10034;Z10034
|
||||||
|
X10045;X10045
|
||||||
|
Y10045;Y10045
|
||||||
|
Z10045;Z10045
|
||||||
|
X10049;X10049
|
||||||
|
Y10049;Y10049
|
||||||
|
Z10049;Z10049
|
||||||
|
X10047;X10047
|
||||||
|
Y10047;Y10047
|
||||||
|
Z10047;Z10047
|
||||||
|
X10046;X10046
|
||||||
|
Y10046;Y10046
|
||||||
|
Z10046;Z10046
|
||||||
|
X10048;X10048
|
||||||
|
Y10048;Y10048
|
||||||
|
Z10048;Z10048
|
||||||
|
X10057;X10057
|
||||||
|
Y10057;Y10057
|
||||||
|
Z10057;Z10057
|
||||||
|
X10055;X10055
|
||||||
|
Y10055;Y10055
|
||||||
|
Z10055;Z10055
|
||||||
|
X10054;X10054
|
||||||
|
Y10054;Y10054
|
||||||
|
Z10054;Z10054
|
||||||
|
X10058;X10058
|
||||||
|
Y10058;Y10058
|
||||||
|
Z10058;Z10058
|
||||||
|
X10056;X10056
|
||||||
|
Y10056;Y10056
|
||||||
|
Z10056;Z10056
|
||||||
|
Reference in New Issue
Block a user