Post a reply
Username:
Note:If not registered, provide any username. For more comfort, register here.
Subject:
Message body:
Enter your message here, it may contain no more than 60000 characters. 

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:
Font size:
Font colour
Options:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Disable BBCode
Disable smilies
Do not automatically parse URLs
Confirmation of post
To prevent automated posts the board requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the %sBoard Administrator%s.
Confirmation code:
Enter the code exactly as it appears. All letters are case insensitive, there is no zero.
   

Topic review - error when run secondary_charp
Author Message
  Post subject:  Re: error when run secondary_charp  Reply with quote
which function can identify what the characteristic is?
i mean which function can find such as 0,1,2 these characteristics?

which function can be like this charp to run for characteristic 0 ?
Post Posted: Fri Jun 24, 2016 11:46 am
  Post subject:  Re: error when run secondary_charp  Reply with quote
secondary_charp is only valid in characteristic p (and has different arguments),
but your ring has characteristic 0.
Post Posted: Fri Jun 24, 2016 11:14 am
  Post subject:  error when run secondary_charp  Reply with quote
LIB "finvar.lib";
ring R=0,(x,y,z),dp;
matrix A[3][3]=0,1,0,0,0,1,1,0,0;
matrix B(1..3);
B(1..3)=invariant_ring(A);
list L=primary_invariants(A);
matrix S,IS=secondary_charp(L[1..size(L)],1);

> matrix S,IS=secondary_charp(L[1..size(L)],1);
? `string`(ring_name) = `matrix` is not supported
? expected `string` = `string`
? error occurred in or before finvar.lib::secondary_charp line 5658: `atrix P; parameter matrix REY; parameter string ring_name; parameter list #; `
? wrong type declaration. type 'help string;'
? leaving finvar.lib::secondary_charp
skipping text from `;` error at token `)`

print(S);
print(IS);
Post Posted: Fri Jun 24, 2016 9:58 am


It is currently Fri May 13, 2022 10:58 am
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group