Fix caso 7
This commit is contained in:
parent
dc215ec0c9
commit
5c14a4eba0
@ -90,7 +90,7 @@ class Program {
|
||||
break;
|
||||
case 7:
|
||||
Console.Clear();
|
||||
matrix1 = CreaMatrice();
|
||||
matrix1 = CreaMatriceQuadrata();
|
||||
Console.Clear();
|
||||
Console.WriteLine("La matrice trasposta è");
|
||||
MostraMatrice(CreaTrasposta(matrix1));
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@ -13,7 +13,7 @@ using System.Reflection;
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("matrix_3")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+764a338306bd0fd4208e95b81f172c6a5f04781d")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+dc215ec0c9fb0b60b5c23be7e1576b99eae95207")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("matrix_3")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("matrix_3")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
@ -1 +1 @@
|
||||
b0dc84113e8a93b37e0f4e4c454bb81a3bc8215e5b8f965afc6f5e66014a4397
|
||||
8493a30462899468db4dc415862ca2f4a4893c39f3677a8dd9f2568772d91287
|
||||
|
||||
@ -8,7 +8,7 @@ build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = matrix_3
|
||||
build_property.ProjectDir = /home/BrainTheBest5/git/matrix_3/
|
||||
build_property.ProjectDir = /home/Verde/git/matrix_3/
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.EffectiveAnalysisLevelStyle = 9.0
|
||||
|
||||
Binary file not shown.
@ -3,12 +3,12 @@
|
||||
/home/Verde/git/matrix_3/obj/Debug/net9.0/matrix_3.AssemblyInfo.cs
|
||||
/home/Verde/git/matrix_3/obj/Debug/net9.0/matrix_3.csproj.CoreCompileInputs.cache
|
||||
/home/Verde/git/matrix_3/bin/Debug/net9.0/matrix_3
|
||||
/home/Verde/git/matrix_3/bin/Debug/net9.0/matrix_3.deps.json
|
||||
/home/Verde/git/matrix_3/bin/Debug/net9.0/matrix_3.runtimeconfig.json
|
||||
/home/Verde/git/matrix_3/bin/Debug/net9.0/matrix_3.dll
|
||||
/home/Verde/git/matrix_3/bin/Debug/net9.0/matrix_3.pdb
|
||||
/home/Verde/git/matrix_3/obj/Debug/net9.0/matrix_3.dll
|
||||
/home/Verde/git/matrix_3/obj/Debug/net9.0/refint/matrix_3.dll
|
||||
/home/Verde/git/matrix_3/obj/Debug/net9.0/matrix_3.pdb
|
||||
/home/Verde/git/matrix_3/bin/Debug/net9.0/matrix_3.deps.json
|
||||
/home/Verde/git/matrix_3/bin/Debug/net9.0/matrix_3.runtimeconfig.json
|
||||
/home/Verde/git/matrix_3/obj/Debug/net9.0/matrix_3.genruntimeconfig.cache
|
||||
/home/Verde/git/matrix_3/obj/Debug/net9.0/ref/matrix_3.dll
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,17 +1,17 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"/home/BrainTheBest5/git/matrix_3/matrix_3.csproj": {}
|
||||
"/home/Verde/git/matrix_3/matrix_3.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"/home/BrainTheBest5/git/matrix_3/matrix_3.csproj": {
|
||||
"/home/Verde/git/matrix_3/matrix_3.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "/home/BrainTheBest5/git/matrix_3/matrix_3.csproj",
|
||||
"projectUniqueName": "/home/Verde/git/matrix_3/matrix_3.csproj",
|
||||
"projectName": "matrix_3",
|
||||
"projectPath": "/home/BrainTheBest5/git/matrix_3/matrix_3.csproj",
|
||||
"projectPath": "/home/Verde/git/matrix_3/matrix_3.csproj",
|
||||
"packagesPath": "/home/Verde/.nuget/packages/",
|
||||
"outputPath": "/home/BrainTheBest5/git/matrix_3/obj/",
|
||||
"outputPath": "/home/Verde/git/matrix_3/obj/",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"/home/Verde/.nuget/NuGet/NuGet.Config"
|
||||
|
||||
@ -13,11 +13,11 @@
|
||||
"project": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "/home/BrainTheBest5/git/matrix_3/matrix_3.csproj",
|
||||
"projectUniqueName": "/home/Verde/git/matrix_3/matrix_3.csproj",
|
||||
"projectName": "matrix_3",
|
||||
"projectPath": "/home/BrainTheBest5/git/matrix_3/matrix_3.csproj",
|
||||
"projectPath": "/home/Verde/git/matrix_3/matrix_3.csproj",
|
||||
"packagesPath": "/home/Verde/.nuget/packages/",
|
||||
"outputPath": "/home/BrainTheBest5/git/matrix_3/obj/",
|
||||
"outputPath": "/home/Verde/git/matrix_3/obj/",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"/home/Verde/.nuget/NuGet/NuGet.Config"
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "LbKVebMzYzQ=",
|
||||
"dgSpecHash": "x6rXj9DqFEk=",
|
||||
"success": true,
|
||||
"projectFilePath": "/home/BrainTheBest5/git/matrix_3/matrix_3.csproj",
|
||||
"projectFilePath": "/home/Verde/git/matrix_3/matrix_3.csproj",
|
||||
"expectedPackageFiles": [],
|
||||
"logs": []
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user